checkout: General SCM
This is a special step that allows to run checkouts using any configuration
options offered by any Pipeline-compatible SCM plugin.
To use a concrete SCM implementations, just install the corresponding plugin
and check if it is shown in the list below.
Then select the SCM to use from the dropdown list and configure it as needed.
Any other specific step to run checkouts (like svn or git)
are simplistic options of this step.
scm
-
Nested Choice of Objects
$class: AWSCodePipelineSCM
name:::
clearWorkspace
-
region
-
awsAccessKey
-
In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts.
If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials.
This is the preferred method. In all other cases, you can store AWS credentials in these fields.
You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted.
For more information, see AWS CodePipeline Integration for Other Products and Services.
Type: String
awsSecretKey
-
>In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts.
If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials.
This is the preferred method. In all other cases, you can store AWS credentials in these fields.
You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted.
For more information, see AWS CodePipeline Integration for Other Products and Services.
Type: String
proxyHost
-
You might need a proxy host address if you are hosting Jenkins on a private network.
The proxy name can be an IP address or DNS address. The AWS CodePipeline Plugin for Jenkins requires internet access.
If access is not configured, you might see errors in the AWS CodePipeline Polling Log.
Type: String
proxyPort
-
You might need a proxy port for your proxy host address if you are hosting Jenkins on a private network.
The proxy port is a number, might be on port 8080, 3128, or 8443, depending on your network protocols and security settings.
If access is not configured, you might see errors in the AWS CodePipeline Polling Log.
Type: String
category
-
This is the category of the action type in AWS CodePipeline, and is usually either Build or Test. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins.
Type: String
provider
-
This is the provider name of the action type in AWS CodePipeline. You must provide this exact string when adding an action for Jenkins in AWS CodePipeline. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins.
Type: String
version
-
Leave the default as 1.
Type: String
$class: AccurevSCM
serverUUID:::
serverName
-
depot
-
stream
-
wspaceORreftree
-
workspace
-
reftree
-
subPath
-
filterForPollSCM
-
synctime
-
cleanreftree
-
useSnapshot
-
dontPopContent
-
snapshotNameFormat
-
directoryOffset
-
ignoreStreamParent
-
$class: BazaarSCM
source:::
cleantree
-
browser
-
Nested Choice of Objects
$class: Loggerhead
url::::
+
Loggerhead is a web-based interface for Bazaar
branches. It is used by Launchpad,
so if your code is hosted on Launchpad, you are using Loggerhead.
The repository browser URL for the root of the project.
For example, a Launchpad project called myproject would use
http://bazaar.launchpad.net/~myteam/myproject/mybranch.
*Type:* String
$class: BitKeeperSCM
parent:::
localRepository
-
usePull
-
quiet
-
$class: BlameSubversionSCM
if it is false and the build is not triggered by upstream job,
the plugin will not collect any svn info from upstream job.
else the plugin will collect svn info from latest upstream job
$class: CCUCMScm
loadModule:::
newest
-
mode
-
Nested Choice of Objects
$class: PollChildMode
levelToPoll::::
component (optional)
-
createBaseline (optional)
-
Check this if you want create a baseline after a completed deliver.
This is only applicable for child and sibling poll mode.
Type: boolean
newest (optional)
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
$class: PollRebaseMode
levelToPoll::::
component (optional)
-
The component used to figure out the correct baseline to recommend due to the following bug:
http://www-01.ibm.com/support/docview.wss?uid=swg21269043
*Type:* String
createBaseline (optional)
-
excludeList (optional)
-
$class: PollSelfMode
levelToPoll::::
component (optional)
-
newest (optional)
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
$class: PollSiblingMode
levelToPoll::::
component (optional)
-
createBaseline (optional)
-
Check this if you want create a baseline after a completed deliver.
This is only applicable for child and sibling poll mode.
Type: boolean
newest (optional)
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
useHyperLinkForPolling (optional)
-
Instead of using the integration streams default deliver target. Use the value specified in the hyperlink. The hyperlink type to be used can be configured in the global configuration.
Type: boolean
$class: PollSubscribeMode
levelToPoll::::
componentSelection:
-
jobsToMonitor
-
jobname:
-
ignores:
-
A comma seperated list of components which should not be included when checking if the requirements are met.
That is to say that not all components are interesting in every job specified.
Type: String
jobName (optional):
-
Specifies the name of the job in which all selected baselines must be present.
Type: String
cascadePromotion (optional)
-
component (optional)
-
newest (optional)
-
stream
-
Specify the stream you want to poll for with ClearCase UCM SCM. Syntax: [stream]@[PVOB]
Type: String
treatUnstable
-
nameTemplate
-
forceDeliver
-
recommend
-
makeTag
-
setDescription
-
buildProject
-
removeViewPrivateFiles
-
trimmedChangeSet
-
discard
-
$class: CVSSCM
repositories:::
cvsRoot
-
The CVS connection string Jenkins uses to connect to the server. The format is
the same as $CVSROOT environment variable (:protocol:user@host:path)
Type: String
passwordRequired
-
password
-
repositoryItems
-
location:
-
Nested Choice of Objects
$class: BranchRepositoryLocation
branchName::::::
$class: HeadRepositoryLocation
$class: TagRepositoryLocation
tagName::::::
remoteName::
-
The name of the module in the repository at CVSROOT
Type: String
localName::
-
The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used.
This is similar to the checkout-as function available on many CVS clients.
Type: String
projectsetFileName::
-
The name of the file in this module to parse for projectset entries.
Type: String
excludedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
src/main/web/.*\.html
src/main/web/.*\.jpeg
src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
More information on regular expressions can be found here.
*Array/List*
pattern:
-
compressionLevel
-
repositoryBrowser
-
Nested Choice of Objects
$class: FishEyeCVS
url:::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url:::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
canUseUpdate
-
If checked, Jenkins will use cvs update whenever possible for builds.
This makes a build faster. But this also causes the artifacts from
the previous build to remain in the file system when a new build starts,
making it not a true clean build.
Type: boolean
legacy
-
Hudson 1.20 and earlier used to create redundant directories inside the workspace.
For example, if the CVS module name is "foo/bar", it first created "foo/bar" and
then put everything below. With this option checked off, there will be no more
such unnecessary intermediate directories.
If you have multiple modules to check out, this option is forced (otherwise they'll overlap.)
This affects other path specifiers, such as artifact archivers --- you now specify
"build/foo.jar" instead of "foo/build/foo.jar".
*Type:* boolean
skipChangeLog
-
Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server.
Type: boolean
pruneEmptyDirectories
-
Remove empty directories after checkout using the CVS -P option.
Type: boolean
disableCvsQuiet
-
Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that.
Type: boolean
cleanOnFailedUpdate
-
If the job is configured to use CVS update and the update step fails for any reason then the workspace
will be wiped-out and a clean checkout done instead.
Type: boolean
forceCleanCopy
-
If checked, Jenkins will add the C option to the CVS update command to force it
to over-write any files with local modifications, rather than attempt a merge or leave
them as they are.
Type: boolean
$class: ClearCaseSCM
branch:::
label
-
extractConfigSpec
-
configSpecFileName
-
refreshConfigSpec
-
refreshConfigSpecCommand
-
configSpec
-
viewTag
-
useupdate
-
extractLoadRules
-
loadRules
-
useOtherLoadRulesForPolling
-
loadRulesForPolling
-
usedynamicview
-
viewdrive
-
mkviewoptionalparam
-
filterOutDestroySubBranchEvent
-
doNotUpdateConfigSpec
-
rmviewonrename
-
excludedRegions
-
multiSitePollBuffer
-
useTimeRule
-
createDynView
-
viewPath
-
changeset
-
viewStorage
-
Three strategies are currently available to manage view storage location.
Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured.
Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command.
Use explicit path. This entry generates a -vws argument to the cleartool mkview command.
Nested Choice of Objects
$class: DefaultViewStorage
$class: ServerViewStorage
assignedLabelString::::
+
Label expression used to populate view storage location dropdown.
Type: String
server
-
The view storage location that will be passed to the -stgloc option.
The list of available servers is retrieved using cleartool lsstgloc -view
Note that auto is always available.
Type: String
$class: SpecificViewStorage
winStorageDir::::
$class: ClearCaseUcmBaselineSCM
When used (and fully set up), this option will display a field at build-time
so that the user is able to select a ClearCase UCM baseline from which to
download the content for this project.
$class: ClearCaseUcmSCM
stream:::
loadrules
-
viewTag
-
usedynamicview
-
viewdrive
-
mkviewoptionalparam
-
filterOutDestroySubBranchEvent
-
useUpdate
-
rmviewonrename
-
excludedRegions
-
multiSitePollBuffer
-
overrideBranchName
-
createDynView
-
freezeCode
-
recreateView
-
allocateViewName
-
viewPath
-
useManualLoadRules
-
changeset
-
viewStorage
-
Three strategies are currently available to manage view storage location.
Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured.
Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command.
Use explicit path. This entry generates a -vws argument to the cleartool mkview command.
Nested Choice of Objects
$class: DefaultViewStorage
$class: ServerViewStorage
assignedLabelString::::
+
Label expression used to populate view storage location dropdown.
Type: String
server
-
The view storage location that will be passed to the -stgloc option.
The list of available servers is retrieved using cleartool lsstgloc -view
Note that auto is always available.
Type: String
$class: SpecificViewStorage
winStorageDir::::
unixStorageDir
-
buildFoundationBaseline
-
Copyright (c) 2013, Vincent Latombe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
If checked, instead of creating a view on the current stream,
the job will look up the current foundation baselines for the given stream and work in readonly on these baselines. If polling is enabled,
the build will be triggered every time a new foundation baseline is detected on the given stream.
Type: boolean
$class: CloneWorkspaceSCM
parentJobName:::
$class: CmvcSCM
family:::
become
-
releases
-
checkoutScript
-
trackViewReportWhereClause
-
$class: ConfigurationRotator
acrs:::
+
Nested Choice of Objects
$class: ClearCaseUCM
pvobName::::
contribute
-
Contribute data to a global database. Defined in the Compatibility Action Storage Plugin.
Type: boolean
targets
-
baselineName:
-
level:
-
-
INITIAL
-
BUILT
-
TESTED
-
RELEASED
-
REJECTED
useNewest (optional)
-
name:
-
useNewest (optional)
-
$class: CvsProjectset
repositories:::
cvsRoot
-
The CVS connection string Jenkins uses to connect to the server. The format is
the same as $CVSROOT environment variable (:protocol:user@host:path)
Type: String
passwordRequired
-
password
-
repositoryItems
-
location:
-
Nested Choice of Objects
$class: BranchRepositoryLocation
branchName::::::
$class: HeadRepositoryLocation
$class: TagRepositoryLocation
tagName::::::
remoteName::
-
The name of the module in the repository at CVSROOT
Type: String
localName::
-
The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used.
This is similar to the checkout-as function available on many CVS clients.
Type: String
projectsetFileName::
-
The name of the file in this module to parse for projectset entries.
Type: String
excludedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
src/main/web/.*\.html
src/main/web/.*\.jpeg
src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
More information on regular expressions can be found here.
*Array/List*
pattern:
-
compressionLevel
-
repositoryBrowser
-
Nested Choice of Objects
$class: FishEyeCVS
url:::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url:::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
canUseUpdate
-
If checked, Jenkins will use cvs update whenever possible for builds.
This makes a build faster. But this also causes the artifacts from
the previous build to remain in the file system when a new build starts,
making it not a true clean build.
Type: boolean
username
-
This username will be used for the checkout of any modules parsed from the projectset file if no match was found
against the parsed CVSROOT using the globally configured authentication.
Type: String
password
-
This password will be used for the checkout of any modules parsed from the projectset file if no match was found
against the parsed CVSROOT using the globally configured authentication.
Type: String
browser
-
Nested Choice of Objects
$class: FishEyeCVS
url::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
+
Specify the root URL of OpenGrok for this repository.
Type: String
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
skipChangeLog
-
Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server.
Type: boolean
pruneEmptyDirectories
-
Remove empty directories after checkout using the CVS -P option.
Type: boolean
disableCvsQuiet
-
Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that.
Type: boolean
cleanOnFailedUpdate
-
If the job is configured to use CVS update and the update step fails for any reason then the workspace
will be wiped-out and a clean checkout done instead.
Type: boolean
forceCleanCopy
-
$class: DarcsScm
source:::
localDir
-
clean
-
browser
-
Nested Choice of Objects
$class: DarcsWeb
url::::
$class: DelegateSCM
clazz:::
$class: DimensionsSCM
project:::
workarea
-
canJobDelete
-
canJobForce
-
canJobRevert
-
jobUserName
-
jobPasswd
-
jobServer
-
jobDatabase
-
canJobUpdate
-
jobTimeZone
-
jobWebUrl
-
directory
-
permissions
-
eol
-
canJobExpand
-
canJobNoMetadata
-
canJobNoTouch
-
forceAsSlave
-
$class: DrushMakefileSCM
makefile:::
+
Specify the content of the Makefile. Support for YAML Makefiles depends on the version of Drush you have installed.
This example will generate a vanilla Drupal 7.38:
api=2
core=7.x
projects[drupal][version]=7.38
root
-
Specify a local directory for the Drupal root (relative to the workspace root).
Type: String
$class: EndevorConfiguration
hostPort:::
+
The host address and port number for the mainframe server. The host and port must be separated by a : character.
Type: String
filterPattern
-
Filter pattern used by the mainframe to determine which Endevor elements to download. Multiple filters can be defined, one filter per line. Each filter must be in the format Environment.System.Subsystem.Type.Stage.Element. Use * as wildcards. Wildcards can only be used at the end of each classification piece of the Endevor element. Wildcarding the stage will download the latest revision of an element.
Type: String
fileExtension
-
File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created.
Type: String
credentialsId
-
The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin.
Type: String
codePage
-
The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047.
Type: String
$class: FeatureBranchAwareMercurialSCM
installation:::
source
-
Specify the repository to track. This can be URL or a local file path.
Type: String
branch
-
Specify the branch name if you’d like to track a specific branch in a repository. Leave this field
empty otherwise, to track the "default" branch.
Type: String
modules
-
Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository.
A module is a directory name within the repository that this project lives in. If this field is set,
changes outside the specified modules will not trigger a build (even though the whole repository is checked
out anyway due to the Mercurial limitation.)
Type: String
subdir
-
If not empty, check out the Mercurial repository into this subdirectory of the
job’s workspace. For example: my/sources (use forward slashes).
If changing this entry, you probably want to clean the workspace first.
Type: String
browser
-
Nested Choice of Objects
$class: BitBucket
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: GoogleCode
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: Kallithea
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCode
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCodeLegacy
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
clean
-
When this option is checked, each build will wipe any local modifications
or untracked files in the repository checkout.
This is often a convenient way to ensure that a build is not
using any artifacts from earlier builds.
Type: boolean
branchPattern
-
$class: GitSCM
userRemoteConfigs:::
+
Specify the repository to track. This can be a URL or a local file path.
Note that for super-projects (repositories with submodules), only a local file
path or a complete URL is valid. The following are examples of valid git URLs.
ssh://git@github.com/github/git.git
git@github.com:github/git.git (short notation for ssh protocol)
ssh://user@other.host.com/~/repos/R.git (to access the repos/R.git
repository in the user's home directory)
https://github.com/github/git.git
git://github.com/github/git.git
If the repository is a super-project, the
location from which to clone submodules is dependent on whether the repository
is bare or non-bare (i.e. has a working directory).
If the super-project is bare, the location of the submodules will be
taken from .gitmodules.
If the super-project is not bare, it is assumed that the
repository has each of its submodules cloned and checked out appropriately.
Thus, the submodules will be taken directly from a path like
`${SUPER_PROJECT_URL}/${SUBMODULE}`, rather than relying on
information from .gitmodules.
For a local URL/path to a super-project,
git rev-parse --is-bare-repository
is used to detect whether the super-project is bare or not.
For a remote URL to a super-project, the ending of the URL determines whether
a bare or non-bare repository is assumed:
If the remote URL ends with /.git, a non-bare repository is
assumed.
If the remote URL does NOT end with /.git, a bare
repository is assumed.
*Array/List*
url
-
Specify the URL of this remote repository. This uses the same syntax as your git clone command.
Type: String
name
-
ID of the repository, such as origin, to uniquely identify this repository among other remote repositories.
This is the same "name" that you use in your git remote command. If left empty,
Jenkins will generate unique names for you.
You normally want to specify this when you have multiple remote repositories.
*Type:* String
refspec
-
A refspec controls the remote refs to be retrieved and how they map to local refs. If left blank, it will default to
the normal behaviour of git fetch, which retrieves all the branch heads as remotes/REPOSITORYNAME/BRANCHNAME.
This default behaviour is OK for most cases.
In other words, the default refspec is "+refs/heads/*:refs/remotes/REPOSITORYNAME/*" where REPOSITORYNAME is the value
you specify in the above "name of repository" textbox.
When do you want to modify this value? A good example is when you want to just retrieve one branch. For example,
+refs/heads/master:refs/remotes/origin/master would only retrieve the master branch and nothing else.
See the term definition in Git user manual for more details.
*Type:* String
credentialsId
-
name
-
doGenerateSubmoduleConfigurations
-
submoduleCfg
-
+ hudson.plugins.git.SubmoduleConfig+
browser
-
Nested Choice of Objects
$class: AssemblaWeb
repoUrl::::
$class: BacklogGitRepositoryBrowser
repoName::::
url
-
Set the project URL of Repository Browser used with this project. Sample of URL are shown below.
When no value is set, project of "Backlog URL" set above is used.
Type: String
$class: BitbucketWeb
repoUrl::::
$class: FisheyeGitRepositoryBrowser
repoUrl::::
$class: GitBlitRepositoryBrowser
repoUrl::::
projectName
-
Specify the name of the project in GitBlit
Type: String
$class: GitBucketBrowser
url::::
$class: GitLab
repoUrl::::
version
-
Specify the major and minor version of gitlab you use (such as 3.1).
Type: String
$class: GitList
repoUrl::::
$class: GitWeb
repoUrl::::
$class: GithubWeb
repoUrl::::
$class: Gitiles
repoUrl::::
$class: GitoriousWeb
repoUrl::::
$class: GogsGit
repoUrl::::
$class: KilnGit
repoUrl::::
$class: Phabricator
repoUrl::::
repo
-
Specify the repository name in phabricator (e.g. the "foo" part of phabricator.exmaple.com/diffusion/foo/browse)
Type: String
$class: RedmineWeb
repoUrl::::
$class: RhodeCode
repoUrl::::
$class: Stash
repoUrl::::
$class: TFS2013GitRepositoryBrowser
repoUrl::::
If TFS is also used as the repository server, this can usually be left blank.
Type: String
$class: TracGitRepositoryBrowser
$class: ViewGitWeb
repoUrl::::
Nested Choice of Objects
$class: AuthorInChangelog
The default behavior is to use the Git commit’s "Committer" value in Jenkins' build changesets.
If this option is selected, the Git commit’s "Author" value would be used instead.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
$class: BuildChooserSetting
When you are interested in using a job to build multiple heads (most typically multiple branches),
you can choose how Jenkins choose what branches to build in what order.
This extension point in Jenkins is used by many other plugins to control the job to build
specific commits. When you activate those plugins, you may see them installing a custom strategy
here.
buildChooser
-
Nested Choice of Objects
$class: AlternativeBuildChooser
$class: AncestryBuildChooser
maximumAgeInDays:::::
$class: DefaultBuildChooser
$class: DeflakeGitBuildChooser
$class: GerritBuildChooser
$class: GerritTriggerBuildChooser
$class: InverseBuildChooser
$class: ChangelogToBranch
This method calculates the changelog against the specified branch.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
options
-
compareRemote:
-
Name of the repository, such as origin, that contains the branch you specify below.
Type: String
compareTarget:
-
The name of the branch within the named repository to compare against.
Type: String
$class: CheckoutOption
timeout::::
+
Specify a timeout (in minutes) for checkout.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
$class: CleanBeforeCheckout
Clean up the workspace before every checkout by deleting all untracked files and directories,
including those which are specified in .gitignore.
It also resets all tracked files to their versioned state.
This ensures that the workspace is
in the same state as if you cloned and checked out in a brand-new empty directory, and ensures
that your build is not affected by the files generated by the previous build.
Clean up the workspace after every checkout by deleting all untracked files and directories,
including those which are specified in .gitignore.
It also resets all tracked files to their versioned state.
This ensures that the workspace is
in the same state as if you cloned and checked out in a brand-new empty directory, and ensures
that your build is not affected by the files generated by the previous build.
$class: CloneOption
shallow::::
+
Perform shallow clone, so that git will not download history of the project,
saving time and disk space when you just want to access the latest version of a repository.
Type: boolean
noTags
-
Perform a clone without tags, saving time and disk space when you just want to access
what is specified by the refspec.
Type: boolean
reference
-
Specify a folder containing a repository that will be used by Git as a reference during clone operations.
This option will be ignored if the folder is not available on the master or slave where the clone is being executed.
Type: String
timeout
-
Specify a timeout (in minutes) for clone and fetch operations.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
depth (optional)
-
Set shallow clone depth, so that git will only download recent history of the project,
saving time and disk space when you just want to access the latest version of a repository.
Type: int
honorRefspec (optional)
-
Perform initial clone using the refspec defined for the repository.
This can save time, data transfer and disk space when you only need
to access the references specified by the refspec.
Type: boolean
$class: CodeCommitURLHelper
credentialId::::
$class: DisableRemotePoll
Git plugin uses git ls-remote polling mechanism by default when configured with a single branch (no wildcards!).
This compare the latest built commit SHA with the remote branch without cloning a local copy of the repo.
If you don’t want to / can’t use this.
If this option is selected, polling will require a workspace and might trigger unwanted builds (see JENKINS-10131).
$class: GitTagMessageExtension
If the revision checked out has a git tag associated with it, the tag name
will be exported during the build as GIT_TAG_NAME.
If a message was specified when creating the tag, then that message will be
exported during the build as the GIT_TAG_MESSAGE
environment variable.
If no tag message was specified, the commit message will be used.
If the revision has more than one tag associated with it, only the most recent
tag will be taken into account, unless the refspec contains
"refs/tags/" — i.e. builds are only triggered when certain tag names or
patterns are matched — in which case the exact tag name that triggered
the build will be used, even if it's not the most recent tag for this commit.
For this reason, if you're not using a tag-specific refspec but you
are using the "Create a tag for every build" behaviour, you should
make sure that the build-tagging behaviour is configured to run after
this "export git tag message" behaviour.
Tag and commit messages which span multiple lines are no problem, though only
the first 10000 lines of a tag's message will be exported.
$class: IgnoreNotifyCommit
If checked, this repository will be ignored when the notifyCommit-URL is accessed regardless of if the repository
matches or not.
If given, checkout the revision to build as HEAD on this branch.
If selected, and its value is an empty string or "**", then the branch
name is computed from the remote branch without the origin. In that
case, a remote branch origin/master will be checked out to a local
branch named master, and a remote branch origin/develop/new-feature
will be checked out to a local branch named develop/newfeature.
Please note that this has not been tested with submodules.
$class: MessageExclusion
excludedMessage::::
+
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed with message matched to
Pattern when determining
if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build,
assuming the build server commits the change with a distinct message.
Exclusion uses Pattern
matching
.*\[maven-release-plugin\].*
The example above illustrates that if only revisions with "[maven-release-plugin]" message in first comment line
have been committed to the SCM a build will not occur.
You can create more complex patterns using embedded flag expressions.
This example will search FOO message in all comment lines.
*Type:* String
If set, and Jenkins is set to poll for changes, Jenkins will pay attention to included and/or excluded files and/or
folders when determining if a build needs to be triggered.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
includedRegions
-
Each inclusion uses java regular expression pattern matching,
and must be separated by a new line.
An empty list implies that everything is included.
myapp/src/main/web/.*\.html
myapp/src/main/web/.*\.jpeg
myapp/src/main/web/.*\.gif
The example above illustrates that a build will only occur, if html/jpeg/gif files
have been committed to the SCM. Exclusions take precedence over inclusions, if there is
an overlap between included and excluded regions.
*Type:* String
excludedRegions
-
Each exclusion uses java regular expression pattern matching,
and must be separated by a new line.
myapp/src/main/web/.*\.html
myapp/src/main/web/.*\.jpeg
myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
*Type:* String
Create a tag in the workspace for every build to unambiguously mark the commit that was built.
You can combine this with Git publisher to push the tags to the remote repository.
These options allow you to perform a merge to a particular branch before building.
For example, you could specify an integration branch to be built, and to merge to master.
In this scenario, on every change of integration, Jenkins will perform a merge with the master branch,
and try to perform a build if the merge is successful.
It then may push the merge back to the remote repository if the Git Push post-build action is selected.
options
-
mergeRemote:
-
Name of the repository, such as origin, that contains the branch you specify below. If left blank,
it’ll default to the name of the first repository configured above.
Type: String
mergeTarget:
-
The name of the branch within the named repository to merge to, such as master.
Type: String
mergeStrategy:
-
Merge strategy selection.
This feature is not fully implemented in JGIT.
Type: String
fastForwardMode:
-
Merge fast-forward mode selection.
The default, --ff, gracefully falls back to a merge commit when required.
For more information, see the Git Merge Documentation
Values:
Run "git remote prune" for each remote, to prune obsolete local branches.
$class: RelativeTargetDirectory
relativeTargetDir::::
+
Specify a local directory (relative to the workspace root)
where the Git repository will be checked out. If left empty, the workspace root itself
will be used.
Type: String
Unique name for this SCM. Needed when using Git within the Multi SCM plugin.
$class: SparseCheckoutPaths
Specify the paths that you’d like to sparse checkout. This may be used for saving space (Think about a reference repository).
Be sure to use a recent version of Git, at least above 1.7.10
$class: SubmoduleOption
disableSubmodules::::
+
By disabling support for submodules you can still keep using basic
git plugin functionality and just have Jenkins to ignore submodules
completely as if they didn’t exist.
Type: boolean
recursiveSubmodules
-
Retrieve all submodules recursively
(uses '--recursive' option which requires git>=1.6.5)
*Type:* boolean
trackingSubmodules
-
Retrieve the tip of the configured branch in .gitmodules
(Uses '--remote' option which requires git>=1.8.2)
*Type:* boolean
reference
-
Specify a folder containing a repository that will be used by Git as a reference during clone operations.
This option will be ignored if the folder is not available on the master or slave where the clone is being executed.
To prepare a reference folder with multiple subprojects, create a bare git repository and add all the remote urls then perform a fetch:
git init --bare
git remote add SubProject1 https://gitrepo.com/subproject1
git remote add SubProject2 https://gitrepo.com/subproject2
git fetch --all
timeout
-
Specify a timeout (in minutes) for submodules operations.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
parentCredentials
-
Use credentials from the default remote of the parent project.
Type: boolean
$class: UserExclusion
excludedUsers::::
+
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
Each exclusion uses literal pattern matching, and must be separated by a new line.
The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
$class: UserIdentity
name::::
+
If given, "git config user.name [this]" is called before builds. This overrides whatever is in the global settings.
Type: String
email
-
If given, "git config user.email [this]" is called before builds. This overrides whatever is in the global settings.
Type: String
Delete the contents of the workspace before building, ensuring a fully fresh workspace.
Checks out the source code from Subversion repositories. See
post-commit hook set up for improved turn-around time and
performance in polling.
directory
-
locations
-
remote
-
credentialsId
-
local
-
Specify a local directory (relative to the workspace root)
where this module is checked out. If left empty, the last path component of the URL
is used as the default, just like the svn CLI.
A single period (.) may be used to check out the project directly
into the workspace rather than into a subdirectory.
Type: String
depthOption
-
--depth option for checkout and update commands. Default value is infinity.
empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
More information can be found
here.
*Type:* String
ignoreExternalsOption
-
"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.
More information can be found
here.
Note: there is the potential to leverage `svn:externals` to gain read access to the entire
Subversion repository. This can happen if you follow the normal practice of giving Jenkins
credentials with read access to the entire Subversion repository. You will also need to provide the credentials
to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
$class: HarvestSCM
broker:::
passwordFile
-
userId
-
password
-
projectName
-
state
-
viewPath
-
clientPath
-
processName
-
recursiveSearch
-
useSynchronize
-
extraOptions
-
$class: JazzSCM
repositoryLocation:::
+
This is the URL for your project’s Repository. Typically it is something
like http://[hostname]:9443/[projectname]
Type: String
workspaceName
-
This is the workspace you have created for the builds to run from. Jazz
best practice suggests this is a dedicated workspace.
Type: String
streamName
-
This is the stream from which you have created the build workspace.
Type: String
username
-
This is the username for the user you have set up in Jazz to perform your builds.
Jazz best practice suggests that this is a dedicated user.
Type: String
password
-
This is the password for the user you have set up in Jazz to perform your builds.
Jazz best practice suggests that this is a dedicated user.
Type: String
$class: MercurialSCM
source:::
+
Specify the repository to track. This can be URL or a local file path.
If you are specifying HTTP credentials, do not include a username in the URL.
Type: String
browser (optional)
-
Nested Choice of Objects
$class: BitBucket
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: GoogleCode
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: Kallithea
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCode
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCodeLegacy
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
clean (optional)
-
When this option is checked, each build will wipe any local modifications
or untracked files in the repository checkout.
This is often a convenient way to ensure that a build is not
using any artifacts from earlier builds.
Type: boolean
credentialsId (optional)
-
Optional credentials to use when cloning or pulling from the remote repository.
Supports username/password with HTTP(S) URLs, and SSH private key with SSH URLs.
Type: String
disableChangeLog (optional)
-
When checked, Hudson will not calculate the Mercurial changelog for each build.
Disabling the changelog can decrease the amount of time needed to update a
very large repository.
Type: boolean
installation (optional)
-
modules (optional)
-
Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository.
A module is a directory name within the repository that this project lives in. If this field is set,
changes outside the specified modules will not trigger a build (even though the whole repository is checked
out anyway due to the Mercurial limitation.)
Type: String
revision (optional)
-
Specify the branch or tag name you would like to track.
(If you do not type anything, the default value is the default branch.)
Type: String
revisionType (optional)
-
Specify the kind of revision you expect Jenkins to update your working copy to.
Values:
-
BRANCH
-
TAG
-
CHANGESET
-
REVSET
subdir (optional)
-
If not empty, check out the Mercurial repository into this subdirectory of the
job’s workspace. For example: my/sources (use forward slashes).
If changing this entry, you probably want to clean the workspace first.
Type: String
$class: MultiSCM
scmList:::
Nested Choice of Objects
$class: AWSCodePipelineSCM
name::::
clearWorkspace
-
region
-
awsAccessKey
-
In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts.
If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials.
This is the preferred method. In all other cases, you can store AWS credentials in these fields.
You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted.
For more information, see AWS CodePipeline Integration for Other Products and Services.
Type: String
awsSecretKey
-
>In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts.
If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials.
This is the preferred method. In all other cases, you can store AWS credentials in these fields.
You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted.
For more information, see AWS CodePipeline Integration for Other Products and Services.
Type: String
proxyHost
-
You might need a proxy host address if you are hosting Jenkins on a private network.
The proxy name can be an IP address or DNS address. The AWS CodePipeline Plugin for Jenkins requires internet access.
If access is not configured, you might see errors in the AWS CodePipeline Polling Log.
Type: String
proxyPort
-
You might need a proxy port for your proxy host address if you are hosting Jenkins on a private network.
The proxy port is a number, might be on port 8080, 3128, or 8443, depending on your network protocols and security settings.
If access is not configured, you might see errors in the AWS CodePipeline Polling Log.
Type: String
category
-
This is the category of the action type in AWS CodePipeline, and is usually either Build or Test. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins.
Type: String
provider
-
This is the provider name of the action type in AWS CodePipeline. You must provide this exact string when adding an action for Jenkins in AWS CodePipeline. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins.
Type: String
version
-
Leave the default as 1.
Type: String
$class: AccurevSCM
serverUUID::::
serverName
-
depot
-
stream
-
wspaceORreftree
-
workspace
-
reftree
-
subPath
-
filterForPollSCM
-
synctime
-
cleanreftree
-
useSnapshot
-
dontPopContent
-
snapshotNameFormat
-
directoryOffset
-
ignoreStreamParent
-
$class: BazaarSCM
source::::
cleantree
-
browser
-
Nested Choice of Objects
$class: Loggerhead
url:::::
+
Loggerhead is a web-based interface for Bazaar
branches. It is used by Launchpad,
so if your code is hosted on Launchpad, you are using Loggerhead.
The repository browser URL for the root of the project.
For example, a Launchpad project called myproject would use
http://bazaar.launchpad.net/~myteam/myproject/mybranch.
*Type:* String
$class: OpenGrok
url:::::
$class: BitKeeperSCM
parent::::
localRepository
-
usePull
-
quiet
-
$class: BlameSubversionSCM
if it is false and the build is not triggered by upstream job,
the plugin will not collect any svn info from upstream job.
else the plugin will collect svn info from latest upstream job
$class: CCUCMScm
loadModule::::
newest
-
mode
-
Nested Choice of Objects
$class: PollChildMode
levelToPoll:::::
component (optional):
-
createBaseline (optional):
-
Check this if you want create a baseline after a completed deliver.
This is only applicable for child and sibling poll mode.
Type: boolean
newest (optional):
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
$class: PollRebaseMode
levelToPoll:::::
component (optional):
-
The component used to figure out the correct baseline to recommend due to the following bug:
http://www-01.ibm.com/support/docview.wss?uid=swg21269043
*Type:* String
createBaseline (optional):
-
$class: PollSelfMode
levelToPoll:::::
component (optional):
-
newest (optional):
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
$class: PollSiblingMode
levelToPoll:::::
component (optional):
-
createBaseline (optional):
-
Check this if you want create a baseline after a completed deliver.
This is only applicable for child and sibling poll mode.
Type: boolean
newest (optional):
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
useHyperLinkForPolling (optional):
-
Instead of using the integration streams default deliver target. Use the value specified in the hyperlink. The hyperlink type to be used can be configured in the global configuration.
Type: boolean
$class: PollSubscribeMode
levelToPoll:::::
jobname::
-
ignores::
-
A comma seperated list of components which should not be included when checking if the requirements are met.
That is to say that not all components are interesting in every job specified.
Type: String
jobName (optional)::
-
Specifies the name of the job in which all selected baselines must be present.
Type: String
cascadePromotion (optional):
-
stream
-
Specify the stream you want to poll for with ClearCase UCM SCM. Syntax: [stream]@[PVOB]
Type: String
treatUnstable
-
nameTemplate
-
forceDeliver
-
recommend
-
makeTag
-
setDescription
-
buildProject
-
removeViewPrivateFiles
-
trimmedChangeSet
-
discard
-
$class: CVSSCM
repositories::::
cvsRoot:
-
The CVS connection string Jenkins uses to connect to the server. The format is
the same as $CVSROOT environment variable (:protocol:user@host:path)
Type: String
location::
-
Nested Choice of Objects
$class: BranchRepositoryLocation
branchName:::::::
$class: HeadRepositoryLocation
$class: TagRepositoryLocation
tagName:::::::
remoteName:::
-
The name of the module in the repository at CVSROOT
Type: String
localName:::
-
The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used.
This is similar to the checkout-as function available on many CVS clients.
Type: String
projectsetFileName:::
-
The name of the file in this module to parse for projectset entries.
Type: String
excludedRegions:
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
src/main/web/.*\.html
src/main/web/.*\.jpeg
src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
More information on regular expressions can be found here.
*Array/List*
pattern::
-
compressionLevel:
-
repositoryBrowser:
-
Nested Choice of Objects
$class: FishEyeCVS
url::::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url::::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
$class: ViewCVS
url::::::
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
canUseUpdate
-
If checked, Jenkins will use cvs update whenever possible for builds.
This makes a build faster. But this also causes the artifacts from
the previous build to remain in the file system when a new build starts,
making it not a true clean build.
Type: boolean
legacy
-
Hudson 1.20 and earlier used to create redundant directories inside the workspace.
For example, if the CVS module name is "foo/bar", it first created "foo/bar" and
then put everything below. With this option checked off, there will be no more
such unnecessary intermediate directories.
If you have multiple modules to check out, this option is forced (otherwise they'll overlap.)
This affects other path specifiers, such as artifact archivers --- you now specify
"build/foo.jar" instead of "foo/build/foo.jar".
*Type:* boolean
skipChangeLog
-
Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server.
Type: boolean
pruneEmptyDirectories
-
Remove empty directories after checkout using the CVS -P option.
Type: boolean
disableCvsQuiet
-
Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that.
Type: boolean
cleanOnFailedUpdate
-
If the job is configured to use CVS update and the update step fails for any reason then the workspace
will be wiped-out and a clean checkout done instead.
Type: boolean
forceCleanCopy
-
If checked, Jenkins will add the C option to the CVS update command to force it
to over-write any files with local modifications, rather than attempt a merge or leave
them as they are.
Type: boolean
$class: ClearCaseSCM
branch::::
label
-
extractConfigSpec
-
configSpecFileName
-
refreshConfigSpec
-
refreshConfigSpecCommand
-
configSpec
-
viewTag
-
useupdate
-
extractLoadRules
-
loadRules
-
useOtherLoadRulesForPolling
-
loadRulesForPolling
-
usedynamicview
-
viewdrive
-
mkviewoptionalparam
-
filterOutDestroySubBranchEvent
-
doNotUpdateConfigSpec
-
rmviewonrename
-
excludedRegions
-
multiSitePollBuffer
-
useTimeRule
-
createDynView
-
viewPath
-
changeset
-
viewStorage
-
Three strategies are currently available to manage view storage location.
Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured.
Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command.
Use explicit path. This entry generates a -vws argument to the cleartool mkview command.
Nested Choice of Objects
$class: DefaultViewStorage
$class: ServerViewStorage
assignedLabelString:::::
+
Label expression used to populate view storage location dropdown.
Type: String
server:
-
The view storage location that will be passed to the -stgloc option.
The list of available servers is retrieved using cleartool lsstgloc -view
Note that auto is always available.
Type: String
$class: SpecificViewStorage
winStorageDir:::::
$class: ClearCaseUcmBaselineSCM
When used (and fully set up), this option will display a field at build-time
so that the user is able to select a ClearCase UCM baseline from which to
download the content for this project.
$class: ClearCaseUcmSCM
stream::::
loadrules
-
viewTag
-
usedynamicview
-
viewdrive
-
mkviewoptionalparam
-
filterOutDestroySubBranchEvent
-
useUpdate
-
rmviewonrename
-
excludedRegions
-
multiSitePollBuffer
-
overrideBranchName
-
createDynView
-
freezeCode
-
recreateView
-
allocateViewName
-
viewPath
-
useManualLoadRules
-
changeset
-
viewStorage
-
Three strategies are currently available to manage view storage location.
Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured.
Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command.
Use explicit path. This entry generates a -vws argument to the cleartool mkview command.
Nested Choice of Objects
$class: DefaultViewStorage
$class: ServerViewStorage
assignedLabelString:::::
+
Label expression used to populate view storage location dropdown.
Type: String
server:
-
The view storage location that will be passed to the -stgloc option.
The list of available servers is retrieved using cleartool lsstgloc -view
Note that auto is always available.
Type: String
$class: SpecificViewStorage
winStorageDir:::::
unixStorageDir:
-
buildFoundationBaseline
-
Copyright (c) 2013, Vincent Latombe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
If checked, instead of creating a view on the current stream,
the job will look up the current foundation baselines for the given stream and work in readonly on these baselines. If polling is enabled,
the build will be triggered every time a new foundation baseline is detected on the given stream.
Type: boolean
$class: CloneWorkspaceSCM
parentJobName::::
$class: CmvcSCM
family::::
become
-
releases
-
checkoutScript
-
trackViewReportWhereClause
-
$class: ConfigurationRotator
acrs::::
+
Nested Choice of Objects
$class: ClearCaseUCM
pvobName:::::
contribute:
-
Contribute data to a global database. Defined in the Compatibility Action Storage Plugin.
Type: boolean
baselineName::
-
level::
-
-
INITIAL
-
BUILT
-
TESTED
-
RELEASED
-
REJECTED
$class: CvsProjectset
repositories::::
cvsRoot:
-
The CVS connection string Jenkins uses to connect to the server. The format is
the same as $CVSROOT environment variable (:protocol:user@host:path)
Type: String
location::
-
Nested Choice of Objects
$class: BranchRepositoryLocation
branchName:::::::
$class: HeadRepositoryLocation
$class: TagRepositoryLocation
tagName:::::::
remoteName:::
-
The name of the module in the repository at CVSROOT
Type: String
localName:::
-
The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used.
This is similar to the checkout-as function available on many CVS clients.
Type: String
projectsetFileName:::
-
The name of the file in this module to parse for projectset entries.
Type: String
excludedRegions:
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
src/main/web/.*\.html
src/main/web/.*\.jpeg
src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
More information on regular expressions can be found here.
*Array/List*
pattern::
-
compressionLevel:
-
repositoryBrowser:
-
Nested Choice of Objects
$class: FishEyeCVS
url::::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url::::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
$class: ViewCVS
url::::::
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
canUseUpdate
-
If checked, Jenkins will use cvs update whenever possible for builds.
This makes a build faster. But this also causes the artifacts from
the previous build to remain in the file system when a new build starts,
making it not a true clean build.
Type: boolean
username
-
This username will be used for the checkout of any modules parsed from the projectset file if no match was found
against the parsed CVSROOT using the globally configured authentication.
Type: String
password
-
This password will be used for the checkout of any modules parsed from the projectset file if no match was found
against the parsed CVSROOT using the globally configured authentication.
Type: String
browser
-
Nested Choice of Objects
$class: FishEyeCVS
url:::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url:::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
skipChangeLog
-
Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server.
Type: boolean
pruneEmptyDirectories
-
Remove empty directories after checkout using the CVS -P option.
Type: boolean
disableCvsQuiet
-
Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that.
Type: boolean
cleanOnFailedUpdate
-
If the job is configured to use CVS update and the update step fails for any reason then the workspace
will be wiped-out and a clean checkout done instead.
Type: boolean
forceCleanCopy
-
$class: DarcsScm
source::::
localDir
-
clean
-
browser
-
Nested Choice of Objects
$class: DarcsWeb
url:::::
$class: Darcsden
url:::::
$class: DelegateSCM
clazz::::
$class: DimensionsSCM
project::::
workarea
-
canJobDelete
-
canJobForce
-
canJobRevert
-
jobUserName
-
jobPasswd
-
jobServer
-
jobDatabase
-
canJobUpdate
-
jobTimeZone
-
jobWebUrl
-
directory
-
permissions
-
eol
-
canJobExpand
-
canJobNoMetadata
-
canJobNoTouch
-
forceAsSlave
-
$class: DrushMakefileSCM
makefile::::
+
Specify the content of the Makefile. Support for YAML Makefiles depends on the version of Drush you have installed.
This example will generate a vanilla Drupal 7.38:
api=2
core=7.x
projects[drupal][version]=7.38
root
-
Specify a local directory for the Drupal root (relative to the workspace root).
Type: String
$class: EndevorConfiguration
hostPort::::
+
The host address and port number for the mainframe server. The host and port must be separated by a : character.
Type: String
filterPattern
-
Filter pattern used by the mainframe to determine which Endevor elements to download. Multiple filters can be defined, one filter per line. Each filter must be in the format Environment.System.Subsystem.Type.Stage.Element. Use * as wildcards. Wildcards can only be used at the end of each classification piece of the Endevor element. Wildcarding the stage will download the latest revision of an element.
Type: String
fileExtension
-
File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created.
Type: String
credentialsId
-
The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin.
Type: String
codePage
-
The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047.
Type: String
$class: FeatureBranchAwareMercurialSCM
installation::::
source
-
Specify the repository to track. This can be URL or a local file path.
Type: String
branch
-
Specify the branch name if you’d like to track a specific branch in a repository. Leave this field
empty otherwise, to track the "default" branch.
Type: String
modules
-
Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository.
A module is a directory name within the repository that this project lives in. If this field is set,
changes outside the specified modules will not trigger a build (even though the whole repository is checked
out anyway due to the Mercurial limitation.)
Type: String
subdir
-
If not empty, check out the Mercurial repository into this subdirectory of the
job’s workspace. For example: my/sources (use forward slashes).
If changing this entry, you probably want to clean the workspace first.
Type: String
browser
-
Nested Choice of Objects
$class: BitBucket
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: GoogleCode
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: Kallithea
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCode
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCodeLegacy
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
clean
-
When this option is checked, each build will wipe any local modifications
or untracked files in the repository checkout.
This is often a convenient way to ensure that a build is not
using any artifacts from earlier builds.
Type: boolean
branchPattern
-
$class: GitSCM
userRemoteConfigs::::
+
Specify the repository to track. This can be a URL or a local file path.
Note that for super-projects (repositories with submodules), only a local file
path or a complete URL is valid. The following are examples of valid git URLs.
ssh://git@github.com/github/git.git
git@github.com:github/git.git (short notation for ssh protocol)
ssh://user@other.host.com/~/repos/R.git (to access the repos/R.git
repository in the user's home directory)
https://github.com/github/git.git
git://github.com/github/git.git
If the repository is a super-project, the
location from which to clone submodules is dependent on whether the repository
is bare or non-bare (i.e. has a working directory).
If the super-project is bare, the location of the submodules will be
taken from .gitmodules.
If the super-project is not bare, it is assumed that the
repository has each of its submodules cloned and checked out appropriately.
Thus, the submodules will be taken directly from a path like
`${SUPER_PROJECT_URL}/${SUBMODULE}`, rather than relying on
information from .gitmodules.
For a local URL/path to a super-project,
git rev-parse --is-bare-repository
is used to detect whether the super-project is bare or not.
For a remote URL to a super-project, the ending of the URL determines whether
a bare or non-bare repository is assumed:
If the remote URL ends with /.git, a non-bare repository is
assumed.
If the remote URL does NOT end with /.git, a bare
repository is assumed.
*Array/List*
url:
-
Specify the URL of this remote repository. This uses the same syntax as your git clone command.
Type: String
name:
-
ID of the repository, such as origin, to uniquely identify this repository among other remote repositories.
This is the same "name" that you use in your git remote command. If left empty,
Jenkins will generate unique names for you.
You normally want to specify this when you have multiple remote repositories.
*Type:* String
refspec:
-
A refspec controls the remote refs to be retrieved and how they map to local refs. If left blank, it will default to
the normal behaviour of git fetch, which retrieves all the branch heads as remotes/REPOSITORYNAME/BRANCHNAME.
This default behaviour is OK for most cases.
In other words, the default refspec is "+refs/heads/*:refs/remotes/REPOSITORYNAME/*" where REPOSITORYNAME is the value
you specify in the above "name of repository" textbox.
When do you want to modify this value? A good example is when you want to just retrieve one branch. For example,
+refs/heads/master:refs/remotes/origin/master would only retrieve the master branch and nothing else.
See the term definition in Git user manual for more details.
*Type:* String
branches
-
name:
doGenerateSubmoduleConfigurations
-
submoduleCfg
-
+ hudson.plugins.git.SubmoduleConfig+
browser
-
Nested Choice of Objects
$class: AssemblaWeb
repoUrl:::::
$class: BacklogGitRepositoryBrowser
repoName:::::
url:
-
Set the project URL of Repository Browser used with this project. Sample of URL are shown below.
When no value is set, project of "Backlog URL" set above is used.
Type: String
$class: BitbucketWeb
repoUrl:::::
$class: CGit
repoUrl:::::
$class: FisheyeGitRepositoryBrowser
repoUrl:::::
$class: GitBlitRepositoryBrowser
repoUrl:::::
projectName:
-
Specify the name of the project in GitBlit
Type: String
$class: GitBucketBrowser
url:::::
$class: GitLab
repoUrl:::::
version:
-
Specify the major and minor version of gitlab you use (such as 3.1).
Type: String
$class: GitList
repoUrl:::::
$class: GitWeb
repoUrl:::::
$class: GithubWeb
repoUrl:::::
$class: Gitiles
repoUrl:::::
$class: GitoriousWeb
repoUrl:::::
$class: GogsGit
repoUrl:::::
$class: KilnGit
repoUrl:::::
$class: Phabricator
repoUrl:::::
repo:
-
Specify the repository name in phabricator (e.g. the "foo" part of phabricator.exmaple.com/diffusion/foo/browse)
Type: String
$class: RedmineWeb
repoUrl:::::
$class: RhodeCode
repoUrl:::::
$class: Stash
repoUrl:::::
$class: TFS2013GitRepositoryBrowser
repoUrl:::::
If TFS is also used as the repository server, this can usually be left blank.
Type: String
$class: TracGitRepositoryBrowser
$class: ViewGitWeb
repoUrl:::::
projectName:
-
gitTool
-
extensions
-
Nested Choice of Objects
$class: AuthorInChangelog
The default behavior is to use the Git commit’s "Committer" value in Jenkins' build changesets.
If this option is selected, the Git commit’s "Author" value would be used instead.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
$class: BuildChooserSetting
When you are interested in using a job to build multiple heads (most typically multiple branches),
you can choose how Jenkins choose what branches to build in what order.
This extension point in Jenkins is used by many other plugins to control the job to build
specific commits. When you activate those plugins, you may see them installing a custom strategy
here.
buildChooser:
-
Nested Choice of Objects
$class: AlternativeBuildChooser
$class: AncestryBuildChooser
maximumAgeInDays::::::
$class: DefaultBuildChooser
$class: DeflakeGitBuildChooser
$class: GerritBuildChooser
$class: GerritTriggerBuildChooser
$class: InverseBuildChooser
$class: ChangelogToBranch
This method calculates the changelog against the specified branch.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
options:
-
compareRemote::
-
Name of the repository, such as origin, that contains the branch you specify below.
Type: String
compareTarget::
-
The name of the branch within the named repository to compare against.
Type: String
$class: CheckoutOption
timeout:::::
+
Specify a timeout (in minutes) for checkout.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
$class: CleanBeforeCheckout
Clean up the workspace before every checkout by deleting all untracked files and directories,
including those which are specified in .gitignore.
It also resets all tracked files to their versioned state.
This ensures that the workspace is
in the same state as if you cloned and checked out in a brand-new empty directory, and ensures
that your build is not affected by the files generated by the previous build.
Clean up the workspace after every checkout by deleting all untracked files and directories,
including those which are specified in .gitignore.
It also resets all tracked files to their versioned state.
This ensures that the workspace is
in the same state as if you cloned and checked out in a brand-new empty directory, and ensures
that your build is not affected by the files generated by the previous build.
$class: CloneOption
shallow:::::
+
Perform shallow clone, so that git will not download history of the project,
saving time and disk space when you just want to access the latest version of a repository.
Type: boolean
noTags:
-
Perform a clone without tags, saving time and disk space when you just want to access
what is specified by the refspec.
Type: boolean
reference:
-
Specify a folder containing a repository that will be used by Git as a reference during clone operations.
This option will be ignored if the folder is not available on the master or slave where the clone is being executed.
Type: String
timeout:
-
Specify a timeout (in minutes) for clone and fetch operations.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
depth (optional):
-
Set shallow clone depth, so that git will only download recent history of the project,
saving time and disk space when you just want to access the latest version of a repository.
Type: int
honorRefspec (optional):
-
Perform initial clone using the refspec defined for the repository.
This can save time, data transfer and disk space when you only need
to access the references specified by the refspec.
Type: boolean
$class: CodeCommitURLHelper
credentialId:::::
$class: DisableRemotePoll
Git plugin uses git ls-remote polling mechanism by default when configured with a single branch (no wildcards!).
This compare the latest built commit SHA with the remote branch without cloning a local copy of the repo.
If you don’t want to / can’t use this.
If this option is selected, polling will require a workspace and might trigger unwanted builds (see JENKINS-10131).
$class: GitTagMessageExtension
If the revision checked out has a git tag associated with it, the tag name
will be exported during the build as GIT_TAG_NAME.
If a message was specified when creating the tag, then that message will be
exported during the build as the GIT_TAG_MESSAGE
environment variable.
If no tag message was specified, the commit message will be used.
If the revision has more than one tag associated with it, only the most recent
tag will be taken into account, unless the refspec contains
"refs/tags/" — i.e. builds are only triggered when certain tag names or
patterns are matched — in which case the exact tag name that triggered
the build will be used, even if it's not the most recent tag for this commit.
For this reason, if you're not using a tag-specific refspec but you
are using the "Create a tag for every build" behaviour, you should
make sure that the build-tagging behaviour is configured to run after
this "export git tag message" behaviour.
Tag and commit messages which span multiple lines are no problem, though only
the first 10000 lines of a tag's message will be exported.
$class: IgnoreNotifyCommit
If checked, this repository will be ignored when the notifyCommit-URL is accessed regardless of if the repository
matches or not.
If given, checkout the revision to build as HEAD on this branch.
If selected, and its value is an empty string or "**", then the branch
name is computed from the remote branch without the origin. In that
case, a remote branch origin/master will be checked out to a local
branch named master, and a remote branch origin/develop/new-feature
will be checked out to a local branch named develop/newfeature.
Please note that this has not been tested with submodules.
$class: MessageExclusion
excludedMessage:::::
+
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed with message matched to
Pattern when determining
if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build,
assuming the build server commits the change with a distinct message.
Exclusion uses Pattern
matching
.*\[maven-release-plugin\].*
The example above illustrates that if only revisions with "[maven-release-plugin]" message in first comment line
have been committed to the SCM a build will not occur.
You can create more complex patterns using embedded flag expressions.
This example will search FOO message in all comment lines.
*Type:* String
If set, and Jenkins is set to poll for changes, Jenkins will pay attention to included and/or excluded files and/or
folders when determining if a build needs to be triggered.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
includedRegions:
-
Each inclusion uses java regular expression pattern matching,
and must be separated by a new line.
An empty list implies that everything is included.
myapp/src/main/web/.*\.html
myapp/src/main/web/.*\.jpeg
myapp/src/main/web/.*\.gif
The example above illustrates that a build will only occur, if html/jpeg/gif files
have been committed to the SCM. Exclusions take precedence over inclusions, if there is
an overlap between included and excluded regions.
*Type:* String
excludedRegions:
-
Each exclusion uses java regular expression pattern matching,
and must be separated by a new line.
myapp/src/main/web/.*\.html
myapp/src/main/web/.*\.jpeg
myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
*Type:* String
Create a tag in the workspace for every build to unambiguously mark the commit that was built.
You can combine this with Git publisher to push the tags to the remote repository.
These options allow you to perform a merge to a particular branch before building.
For example, you could specify an integration branch to be built, and to merge to master.
In this scenario, on every change of integration, Jenkins will perform a merge with the master branch,
and try to perform a build if the merge is successful.
It then may push the merge back to the remote repository if the Git Push post-build action is selected.
options:
-
mergeRemote::
-
Name of the repository, such as origin, that contains the branch you specify below. If left blank,
it’ll default to the name of the first repository configured above.
Type: String
mergeTarget::
-
The name of the branch within the named repository to merge to, such as master.
Type: String
mergeStrategy::
-
Merge strategy selection.
This feature is not fully implemented in JGIT.
Type: String
fastForwardMode::
-
Merge fast-forward mode selection.
The default, --ff, gracefully falls back to a merge commit when required.
For more information, see the Git Merge Documentation
Values:
Run "git remote prune" for each remote, to prune obsolete local branches.
$class: RelativeTargetDirectory
relativeTargetDir:::::
+
Specify a local directory (relative to the workspace root)
where the Git repository will be checked out. If left empty, the workspace root itself
will be used.
Type: String
Unique name for this SCM. Needed when using Git within the Multi SCM plugin.
$class: SparseCheckoutPaths
Specify the paths that you’d like to sparse checkout. This may be used for saving space (Think about a reference repository).
Be sure to use a recent version of Git, at least above 1.7.10
$class: SubmoduleOption
disableSubmodules:::::
+
By disabling support for submodules you can still keep using basic
git plugin functionality and just have Jenkins to ignore submodules
completely as if they didn’t exist.
Type: boolean
recursiveSubmodules:
-
Retrieve all submodules recursively
(uses '--recursive' option which requires git>=1.6.5)
*Type:* boolean
trackingSubmodules:
-
Retrieve the tip of the configured branch in .gitmodules
(Uses '--remote' option which requires git>=1.8.2)
*Type:* boolean
reference:
-
Specify a folder containing a repository that will be used by Git as a reference during clone operations.
This option will be ignored if the folder is not available on the master or slave where the clone is being executed.
To prepare a reference folder with multiple subprojects, create a bare git repository and add all the remote urls then perform a fetch:
git init --bare
git remote add SubProject1 https://gitrepo.com/subproject1
git remote add SubProject2 https://gitrepo.com/subproject2
git fetch --all
timeout:
-
Specify a timeout (in minutes) for submodules operations.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
parentCredentials:
-
Use credentials from the default remote of the parent project.
Type: boolean
$class: UserExclusion
excludedUsers:::::
+
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
Each exclusion uses literal pattern matching, and must be separated by a new line.
The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
$class: UserIdentity
name:::::
+
If given, "git config user.name [this]" is called before builds. This overrides whatever is in the global settings.
Type: String
email:
-
If given, "git config user.email [this]" is called before builds. This overrides whatever is in the global settings.
Type: String
Delete the contents of the workspace before building, ensuring a fully fresh workspace.
Checks out the source code from Subversion repositories. See
post-commit hook set up for improved turn-around time and
performance in polling.
directory
-
locations
-
remote:
-
credentialsId:
-
local:
-
Specify a local directory (relative to the workspace root)
where this module is checked out. If left empty, the last path component of the URL
is used as the default, just like the svn CLI.
A single period (.) may be used to check out the project directly
into the workspace rather than into a subdirectory.
Type: String
depthOption:
-
--depth option for checkout and update commands. Default value is infinity.
empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
More information can be found
here.
*Type:* String
ignoreExternalsOption:
-
"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.
More information can be found
here.
Note: there is the potential to leverage `svn:externals` to gain read access to the entire
Subversion repository. This can happen if you follow the normal practice of giving Jenkins
credentials with read access to the entire Subversion repository. You will also need to provide the credentials
to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
$class: HarvestSCM
broker::::
passwordFile
-
userId
-
password
-
projectName
-
state
-
viewPath
-
clientPath
-
processName
-
recursiveSearch
-
useSynchronize
-
extraOptions
-
$class: JazzSCM
repositoryLocation::::
+
This is the URL for your project’s Repository. Typically it is something
like http://[hostname]:9443/[projectname]
Type: String
workspaceName
-
This is the workspace you have created for the builds to run from. Jazz
best practice suggests this is a dedicated workspace.
Type: String
streamName
-
This is the stream from which you have created the build workspace.
Type: String
username
-
This is the username for the user you have set up in Jazz to perform your builds.
Jazz best practice suggests that this is a dedicated user.
Type: String
password
-
This is the password for the user you have set up in Jazz to perform your builds.
Jazz best practice suggests that this is a dedicated user.
Type: String
$class: MercurialSCM
source::::
+
Specify the repository to track. This can be URL or a local file path.
If you are specifying HTTP credentials, do not include a username in the URL.
Type: String
browser (optional)
-
Nested Choice of Objects
$class: BitBucket
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: GoogleCode
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: Kallithea
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCode
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCodeLegacy
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
clean (optional)
-
When this option is checked, each build will wipe any local modifications
or untracked files in the repository checkout.
This is often a convenient way to ensure that a build is not
using any artifacts from earlier builds.
Type: boolean
credentialsId (optional)
-
Optional credentials to use when cloning or pulling from the remote repository.
Supports username/password with HTTP(S) URLs, and SSH private key with SSH URLs.
Type: String
disableChangeLog (optional)
-
When checked, Hudson will not calculate the Mercurial changelog for each build.
Disabling the changelog can decrease the amount of time needed to update a
very large repository.
Type: boolean
installation (optional)
-
modules (optional)
-
Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository.
A module is a directory name within the repository that this project lives in. If this field is set,
changes outside the specified modules will not trigger a build (even though the whole repository is checked
out anyway due to the Mercurial limitation.)
Type: String
revision (optional)
-
Specify the branch or tag name you would like to track.
(If you do not type anything, the default value is the default branch.)
Type: String
revisionType (optional)
-
Specify the kind of revision you expect Jenkins to update your working copy to.
Values:
-
BRANCH
-
TAG
-
CHANGESET
-
REVSET
subdir (optional)
-
If not empty, check out the Mercurial repository into this subdirectory of the
job’s workspace. For example: my/sources (use forward slashes).
If changing this entry, you probably want to clean the workspace first.
Type: String
$class: MultiSCM
$class: OpenShiftImageStreams
imageStreamName::::
+
The name of the ImageStream is what shows up in the NAME column if
you dump all the ImageStream’s with the oc get is command invocation.
Type: String
tag
-
The specific image tag within the ImageStream to monitor.
Type: String
apiURL
-
namespace
-
authToken
-
verbose
-
$class: PdsConfiguration
hostPort::::
+
The host address and port number for the mainframe server. The host and port must be separated by a : character.
Type: String
filterPattern
-
Filter pattern used by the mainframe to determine which datasets to download. Multiple filters can be defined, one filter per line. Use * as wildcards.
Type: String
fileExtension
-
File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created.
Type: String
credentialsId
-
The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin.
Type: String
codePage
-
The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047.
Type: String
$class: PerforceSCM
p4User::::
p4Passwd
-
p4Client
-
p4Port
-
projectOptions
-
p4Tool
-
p4SysRoot
-
p4SysDrive
-
p4Label
-
p4Counter
-
p4UpstreamProject
-
lineEndValue
-
p4Charset
-
p4CommandCharset
-
clientOwner
-
updateCounterValue
-
forceSync
-
dontUpdateServer
-
alwaysForceSync
-
createWorkspace
-
updateView
-
disableChangeLogOnly
-
disableSyncOnly
-
showIntegChanges
-
dontUpdateClient
-
exposeP4Passwd
-
pollOnlyOnMaster
-
slaveClientNameFormat
-
firstChange
-
fileLimit
-
browser
-
Nested Choice of Objects
$class: FishEyePerforce
url:::::
$class: Perfbrowse
url:::::
excludedUsers
-
excludedFiles
-
excludedFilesCaseSensitivity
-
depotType
-
cleanWorkspace
-
cleanType:
-
value::
-
restoreChangedDeletedFiles::
-
useViewMask
-
$class: PerforceScm
credential::::
Select the appropriate credential for the Perforce connection.
Perforce Credentials are defined in the Jenkins Credentials plugin here.
'Perforce Password Credential' for standard username/password
authentication
'Perforce Ticket Credential' for ticket based authentication.
*Type:* String
Select the appropriate Perforce workspace behaviour from the
list. Not all modes will suit all Jenkins Job build types.
Manual
Manually define the Workspace view and sync options. Existing
workspace will by updated or a new workspace created.
Spec File
Use a pre-defined Workspace Spec file versioned in Perforce.
Static
Use a pre-defined Workspace; must already exist and have a
valid view.
Streams
Auto create/update a Streams workspace with a view determined
by the chosen stream.
Template
Auto create/update a normal workspace with a view determined
by the template workspace.
Nested Choice of Objects
+$class: 'ManualWorkspaceImpl'+
+charset+:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of the Perforce workspace to be used as the
Jenkins build workspace. If the workspace does not yet exist, the
configuration will be saved in Jenkins; the workspace is created only
when it is to be used. If the workspace exists and you are connected
to a Perforce server the auto-text fill should list suitable
workspaces; updates are only applied when the workspace is used.
Type: String
$class: SpecWorkspaceImpl
charset:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of the Perforce workspace to be used as the
Jenkins build workspace. If the workspace does not yet exist, the
configuration will be saved in Jenkins; the workspace is created only
when it is to be used. If the workspace exists and you are connected
to a Perforce server the auto-text fill should list suitable
workspaces; updates are only applied when the workspace is used.
Type: String
$class: StaticWorkspaceImpl
charset:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of an existing workspace in Perforce to be used
as the Jenkins build workspace. If connected to a Perforce server the
auto-text fill should list suitable workspaces
Type: String
$class: StreamWorkspaceImpl
charset:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the full Perforce depot path for the given stream. If
connected to a Perforce server the auto-text fill should list possible
streams.
For example: //stream-depot/main-stream
*Type:* String
Jenklin slave nodes must each use a unique Perforce workspace.
The format string configures the workspace name by substituting the
specified variables: (at least one variable must be used)
Variables can be taken from the Jenkins Environment or Parameterized builds
Type: String
$class: TemplateWorkspaceImpl
charset:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of an existing workspace in Perforce used to create
or update a Jenkins build workspace. If connected to a Perforce server
the auto-text fill should list suitable workspaces
Type: String
Jenklin slave nodes must each use a unique Perforce workspace.
The format string configures the workspace name by substituting the
specified variables: (at least one variable must be used)
Variables can be taken from the Jenkins Environment or Parameterized builds
Type: String
syncID (optional):
-
filter
-
Nested Choice of Objects
$class: FilterPathImpl
path:::::
Changes can be filtered to not trigger a build; if all the files
within a change match the specified path, the build is filtered.
For example, with a Filter of "
`//depot/main/tests`
":
Case A (change will be filtered):
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
`//depot/main/tests/002/test.xml`
Case B (change will not be filtered, as build.xml is
outside of the filter):
`//depot/main/src/build.xml`
`//depot/main/tests/004/test.xml`
`//depot/main/tests/005/test.xml`
*Type:* String
$class: FilterPerChangeImpl
perChange:::::
$class: FilterUserImpl
user:::::
Changes can be filtered to not trigger a build; if the owner of
a change matches the specified name, the build is filtered.
Type: String
$class: FilterViewMaskImpl
viewMask:::::
Changes can be filtered to not trigger a build; if none of the files
within a change are contained in the view mask, the build is filtered.
For example, with a View Mask Filter of:
Case A (change will not be filtered, as index.xml is
in the view mask):
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
Case B (change will not be filtered, as index.xml is
in the view mask):
`//depot/main/test/index.xml`
`//depot/main/src/build.xml`
Case C (change will be filtered, as no file is
in the view mask):
`//depot/main/src/build.xml`
Case D (change will be filtered, as no file is
in the view mask):
`//depot/main/src/build.xml`
`//depot/main/tests/001/test.xml`
*Type:* String
Perforce will populate the workspace with the file revisions
needed for the build. The different options effect the way the
workspace is cleaned and the file revisions are updated.
Automatic Cleanup and Sync
Efficient cleaning and syncing of file revisions. Extra (non
versioned files) are removed, missing and modified files re-added. Best
for clean builds.
Force Clean and Sync
Will remove all files from under the workspace root, then
force sync the required files. Inefficient and NOT RECOMENDED.
No cleanup attempted; the sync will update all files (as CLOBBER is
set) to the required set of revisions. Best for incremental builds.
No files Sync or cleanup attempted; the Workspace's have list is updated.
Effective command 'p4 sync -k'.
Nested Choice of Objects
+$class: 'AutoCleanImpl'+
+replace+:::::
+
REPLACE missing/modified files
Perforce will check out and overwrite any depot files which are either missing from workspace,
or have been modified locally.
Type: boolean
Perforce will delete any local files that are not in the depot.
Type: boolean
modtime:
-
quiet:
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin:
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
$class: CheckOnlyImpl
have:::::
force:
-
modtime:
-
quiet:
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
$class: ForceCleanImpl
have:::::
quiet:
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin:
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
$class: SyncOnlyImpl
revert:::::
have:
-
modtime:
-
quiet:
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin:
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
parallel:
-
browser
-
Nested Choice of Objects
$class: FishEyeBrowser
url:::::
$class: OpenGrokBrowser
url:::::
$class: P4WebBrowser
url:::::
$class: SwarmBrowser
url:::::
$class: PlasticSCM
selector::::
workspaceName
-
useUpdate
-
additionalWorkspaces
-
$class: ProxySCM
projectName::::
$class: PucmScm
component::::
levelToPoll
-
loadModule
-
stream
-
newest
-
multiSite
-
testing
-
buildProject
-
$class: PvcsScm
projectRoot::::
archiveRoot
-
changeLogPrefixFudge
-
moduleDir
-
loginId
-
pvcsWorkspace
-
promotionGroup
-
versionLabel
-
cleanCopy
-
$class: RTCScm
overrideGlobal::::
+
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The build toolkit location and Jazz Repository connection can be defined globally or overridden. If not defined globally, it must be overridden.
Type: boolean
buildTool
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The RTC build toolkit to use when performing builds. The toolkits available are defined in the system configuration (with the other tools like Ant and Java).
The build toolkit is also necessary on the Master for polling and validating the job configuration unless the "Avoid using build toolkit on Master" option is enabled.
Type: String
serverURI
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The Jazz Repository connection URI for the Rational Team Concert (RTC) server
Type: String
timeout
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The timeout period in seconds for Jazz repository requests made during the build.
Type: int
userId
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The build user id. Either credentials or a user id and password information should be supplied.
Type: String
password
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The Jazz Repository password for the build user.
The use of a password is not secure, it can be easily discovered by anyone with access to this page.
Credentials, a password file or a password should be supplied.
+ hudson.util.Secret+
passwordFile
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The path to the file containing the obfuscated Jazz Repository password for the build user.
Credentials, a password file or a password should be supplied.
Type: String
credentialsId
-
<!--
/*
* Copyright (c) 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
Credentials to use for the build user. A user name and password credential for the Jazz Repository should be configured.
Type: String
buildType
-
value:
-
buildDefinition:
-
buildWorkspace:
-
buildSnapshot:
-
buildStream:
-
acceptBeforeLoad (optional):
-
buildSnapshotContext (optional):
-
snapshotOwnerType::
-
processAreaOfOwningStream::
-
owningStream::
-
owningWorkspace::
-
clearLoadDirectory (optional):
-
createFoldersForComponents (optional):
-
currentSnapshotOwnerType (optional):
-
customizedSnapshotName (optional):
-
generateChangelogWithGoodBuild (optional):
-
loadDirectory (optional):
-
overrideDefaultSnapshotName (optional):
-
avoidUsingToolkit
-
<!--
/*
* Copyright (c) 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
Where possible avoid using the Build toolkit when performing tasks on the Master.
This is still in the experimental stage. You will require an RTC 5.0 server which
provides some of the services used.
The Build toolkit will not be used when polling RTC and terminating the RTC Build. The toolkit
is still required though. It is used for other configuration tasks on the Master
(i.e. validating the connection to RTC, the build definition or workspace).
It is also used for checkout tasks typically performed on slave nodes.
Type: boolean
$class: RepoScm
manifestRepositoryUrl::::
currentBranch (optional)
-
depth (optional)
-
destinationDir (optional)
-
forceSync (optional)
-
ignoreProjects (optional)
-
jobs (optional)
-
localManifest (optional)
-
manifestBranch (optional)
-
manifestFile (optional)
-
manifestGroup (optional)
-
mirrorDir (optional)
-
noTags (optional)
-
quiet (optional)
-
repoUrl (optional)
-
resetFirst (optional)
-
showAllChanges (optional)
-
trace (optional)
-
$class: SCLMSCM
server::::
port
-
userID
-
password
-
JESINTERFACELEVEL1
-
project
-
alternate
-
group
-
types
-
custJobStep
-
JobStep
-
custJobHeader
-
JobHeader
-
$class: ShellScriptSCM
checkoutShell::::
pollingShell
-
useCheckoutForPolling
-
$class: SimpleClearCaseSCM
loadRules::::
+
Specify the paths to the source code inside of ClearCase VOBS. one Path for each line.
/vobs/structure/package/product/subproduct
/vobs/structure/package/product/anothersubproduct.
Type: String
viewname
-
The viewname which has a configured config spec. This is external to the plugin as
the way the config spec can be configured in many different ways. From updating the config spec
dynamically with fixed intervals to having a constant one throughout a full project life time.
Type: String
branch
-
Specify which branch to follow. Not mandatory. If not set then all branches
will be followed, i.e you will get notifications about changes in branches
which your config specification isn’t related to.
Example value: main, dev etc.
*Type:* String
filter
-
Filters out mkbranch and rmbranch messages in lshistory. These changes isn’t
relevant if you are tracking source files in a specific branch.
Type: boolean
$class: StarTeamSCM
hostname::::
port
-
projectname
-
viewname
-
foldername
-
username
-
password
-
labelname
-
promotionstate
-
$class: StoreSCM
scriptName::::
repositoryName
-
Specify the name of the Store repository to be checked. It is assumed that
the Smalltalk image being run by the
"script" property will contain any necessary repository definitions.
Type: String
pundles
-
List the names of the top-level pundles (bundles and/or packages) to check
for changes.
All listed pundles and their recursive prerequisites will be checked.
Array/List
pundleType:
-
versionRegex
-
Specify a Regex11-style regular expression that specifies which pundle
versions to consider
when checking for changes. Examples:
.+ (the default) will match any version string
\d+ will match any integer version number
(7.9\s*-\s*)?\d+ will match any integer version number with
an optional "7.9 - " prefix
*Type:* String
minimumBlessingLevel
-
Choose the minimum Store blessing level that should be considered. Pundle
versions with a lower
blessing level will be ignored.
Type: String
generateParcelBuilderInputFile
-
Check this if Jenkins should generate an input file for ParcelBuilder or a
similar tool.
A ParcelBuilder input file specifies the type, name, and version of all of
the Pundles
that are part of the current build.
Type: boolean
parcelBuilderInputFilename
-
The name of the file, relative to the Jenkins workspace directory, where the
input file
for ParcelBuilder will be written.
Type: String
Checks out the source code from Subversion repositories. See
post-commit hook set up for improved turn-around time and
performance in polling.
remote:
-
credentialsId:
-
local:
-
Specify a local directory (relative to the workspace root)
where this module is checked out. If left empty, the last path component of the URL
is used as the default, just like the svn CLI.
A single period (.) may be used to check out the project directly
into the workspace rather than into a subdirectory.
Type: String
depthOption:
-
--depth option for checkout and update commands. Default value is infinity.
empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
More information can be found
here.
*Type:* String
ignoreExternalsOption:
-
"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.
More information can be found
here.
Note: there is the potential to leverage `svn:externals` to gain read access to the entire
Subversion repository. This can happen if you follow the normal practice of giving Jenkins
credentials with read access to the entire Subversion repository. You will also need to provide the credentials
to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
workspaceUpdater
-
Nested Choice of Objects
$class: CheckoutUpdater
$class: UpdateUpdater
$class: UpdateWithCleanUpdater
$class: UpdateWithRevertUpdater
browser
-
Nested Choice of Objects
$class: Assembla
spaceName:::::
$class: BacklogRepositoryBrowser
url:::::
+
Set the project URL of Repository Browser used with this project. Sample of URL are shown below.
When no value is set, project of "Backlog URL" set above is used.
Type: String
$class: GoogleCodeRepositoryBrowser
$class: PolarionRepositoryBrowser
url:::::
$class: RedmineRepositoryBrowser
repositoryId:::::
$class: TeamForge
connectionFactory:::::
url::
-
This should be the URL of your CollabNet TeamForge site. It should be of the form https://forge.collab.net.
Type: String
username::
-
The user who will upload the files.
Type: String
password::
-
The password for the user specified above. If incorrectly given, the login to the CollabNet TeamForge server will fail.
Type: String
$class: TracRepositoryBrowser
$class: ViewVCRepositoryBrowser
url:::::
$class: WebSVN2RepositoryBrowser
url:::::
excludedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or
folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
/trunk/myapp/src/main/web/.*\.html
/trunk/myapp/src/main/web/.*\.jpeg
/trunk/myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
More information on regular expressions can be found
here.
*Type:* String
excludedUsers
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.
Each exclusion uses literal pattern matching, and must be separated by a new line.
The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
excludedRevprop
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions
that are marked with the given revision property (revprop) when determining if
a build needs to be triggered. This can be used to exclude commits done by the
build itself from triggering another build, assuming the build server commits
the change with the correct revprop.
This type of exclusion only works with Subversion 1.5 servers and newer.
More information on revision properties can be found
here.
Type: String
excludedCommitMessages
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions
with commit messages containing any of the given regular expressions when
determining if a build needs to be triggered.
Type: String
includedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or
folders that are not in this list when determining if a build needs to be triggered.
Each inclusion uses regular expression pattern matching, and must be separated by a new line.
This is useful when you need to check out an entire resource for building, but only want to do
the build when a subset has changed.
/trunk/myapp/c/library1/.*
/trunk/myapp/c/library2/.*
If /trunk/myapp is checked out, the build will only occur when there are changes to
either the c/library1 and c/library2 subtrees.
If there are also excluded regions specified, then a file is not ignored when it is in
the included list and not in the excluded list.
More information on regular expressions can be found
here.
*Type:* String
ignoreDirPropChanges
-
If set, Jenkins ignores svn-property only changes of directories.
These changes are ignored when determining whether a build should be triggered and are removed from a
build’s changeset.
Main usage of this property is to ignore svn:mergeinfo changes (which would otherwise e.g. lead to a complete rebuild
of a maven project, in spite of incremental build option).
Type: boolean
filterChangelog
-
If set Jenkins will apply the same inclusion and exclusion patterns for displaying changelog entries as it does for polling for changes.
If this is disabled, changes which are excluded for polling are still displayed in the changelog.
Type: boolean
additionalCredentials
-
If there are additional credentials required in order to obtain a complete checkout of the source, they can be
provided here.
The realm is how the repository self-identifies to a client. It usually has the following format:
<proto://host:port> Realm Name
`proto` is the protocol, e.g. `http` or `svn`.
`host` is the host how it's accessed by Jenkins, e.g. as IP address `192.168.1.100`, host name `svnserver`, or host name and domain `svn.example.org`.
`port` is the port, even if not explicitly specified. By default, this is `80` for HTTP, `443` for HTTPS, 3690 for the `svn` protocol.
`Realm Name` is how the repository self-identifies. Common options include `VisualSVN Server`, `Subversion Authentication` or the UUID of the repository.
To find out the realm, you could do any of the following:
If you access the repository via HTTP or HTTPS: Open the repo in a web browser without saved credentials. It will use the `Realm Name` (see above) in the authentication dialog.
Use the command line `svn` program.
If you don't have stored the credentials, run e.g. `svn info https://svnserver/repo` and it will tell you the realm when asking you to enter a password, e.g.: Authentication realm: <svn://svnserver:3690> VisualSVN Server.
If you have already stored the credentials to access the repository, look for the realm name in one of the files in `~/.subversion/auth/svn/simple`; it will be two lines below the line `svn:realmstring`
Make sure to enter the realm exactly as shown, starting with a <.
Array/List
realm:
-
This is the realm that the SvnKit library associates with a specific checkout. For most Subversion servers this
will typically be of the format <scheme://hostname(:port)/path...>
Type: String
credentialsId:
-
Select the credential from the list of relevant credentials in order to use that credential for checking out
the source code.
Type: String
$class: SurroundSCM
rsaKeyPath::::
server
-
serverPort
-
userName
-
password
-
branch
-
repository
-
surroundSCMExecutable
-
includeOutput
-
$class: SynergySCM
project::::
database
-
release
-
purpose
-
username
-
password
-
engine
-
oldProject
-
baseline
-
oldBaseline
-
ccmHome
-
remoteClient
-
detectConflict
-
replaceSubprojects
-
checkForUpdateWarnings
-
leaveSessionOpen
-
maintainWorkarea
-
checkTaskModifiedObjects
-
$class: TeamFoundationServerScm
serverUrl::::
+
NEW since 5.1.0: This field now allows you to select from a list that is built from the values configured under Team Project Collections at Jenkins > Manage Jenkins > Configure System.
If you are using Team Services, please omit the `/DefaultCollection`.
Examples:
`http://tfs.example.com:8080/tfs/DefaultCollection`
`https://tfs.example.com:8080/tfs/CustomCollection`
`https://fabrikam-fiber-inc.visualstudio.com`
Learn more about team project collections at MSDN.
Historically, this field was labeled "Server URL" because earlier versions of TFS did not support team project collections.
*Type:* String
projectPath
-
The name of the project as it is registered on the server.
Type: String
workspaceName
-
The name of the Workspace under which the source should be retrieved. This workspace is
created as needed. You can normally
omit the property unless you want to name a workspace to avoid conflicts
on the server (i.e. when you have multiple projects on one server talking
to TFS/Team Services)
The default value is to create a workspace named Hudson-${JOB_NAME}. The TFS plugin for Jenkins
supports the following macros that are replaced in the workspace name:
${JOB_NAME} - The name of the job.
${USER_NAME} - The user name that the Hudson server or slave is running as.
${NODE_NAME} - The name of the node/slave that the plugin currently is executed on.
Note that this is not the hostname, this value is Hudson configured name of the slave/node.
${:encoding=>"UTF-8", :interpolate=>false, :scss=>{:line_numbers=>true, :style=>"expanded"}, :sass=>{:line_numbers=>true, :style=>"expanded"}, :content_syntax=>{"coffee"=>"coffeescript", "md"=>"markdown", "mkd"=>"markdown", "org"=>"orgmod", "adoc"=>"asciidoc", "ad"=>"asciidoc"}, :haml=>AStruct<{:attr_wrapper=>"\"", :escape_attrs=>:once, :format=>:xhtml, :ugly=>true, :escape_html=>false}>, :"haml|html"=>AStruct<{:format=>:html5}>, :slim=>{:sort_attrs=>false, :disable_escape=>true, :format=>:xhtml}, :"slim|html"=>{:format=>:html}, :asciidoctor=>AStruct<{:backend=>"html5", :safe=>"unsafe", :attributes=>{"imagesdir"=>"/images@", "stylesdir"=>"/stylesheets", "compat-mode"=>"@", "attribute-missing"=>"warn", "relfileprefix"=>"../", "outfilesuffix"=>"/", "idprefix"=>"", "idseparator"=>"-", "icons"=>"font", "sectanchors"=>"", "linkattrs"=>"", "source-highlighter"=>"coderay", "coderay-css"=>"style", "prewrap"=>nil, "fragment"=>"", "notitle"=>"", "site-encoding"=>"UTF-8@", "site-interpolate"=>"false@", "site-profile"=>"rtyler@", "site-base_url"=>"https://rtyler.github.io/jenkins.io@", "site-local_tz"=>"UTC@", "site-base_title"=>"Jenkins@", "env"=>Site{:dir=>/home/tyler/source/github/jenkins-infra/jenkins.io/content}, "env-site"=>true, "awestruct-version"=>"0.5.7", "docdir"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps", "docfile"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc", "docname"=>"workflow-scm-step", "docdate"=>"2017-01-31", "doctime"=>"15:12:26 PST", "docdatetime"=>"2017-01-31 15:12:26 PST", "page-interpolate"=>"false@", "page-layout"=>"simplepage@", "page-title"=>"workflow-scm-step@", "page-tags"=>"[#/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 55532600: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>]@", "page-author"=>"@", "page-slug"=>"blueocean-dev-log-jan2@", "page-lastmod"=>"2017-01-31@", "page-priority"=>"0.1@", "page-change_frequency"=>"never@", "page-url"=>"/doc/pipeline/steps/workflow-scm-step/@", "page-section"=>"doc@", "page-doctitle"=>"workflow-scm-step@", "page-authors"=>"[AStruct<{:name=>\"\", :email=>\"jenkinsci-users@googlegroups.com\"}>]@", "page-notitle"=>"true@"}, :base_dir=>nil}>, :textile=>{:no_span_caps=>true}, :generation=>AStruct<{:in_theads=>40, "in_threads"=>0, :mutex=>#, :return_results=>true}>, :profile=>"rtyler", :base_url=>"https://rtyler.github.io/jenkins.io", :local_tz=>"UTC", :base_title=>"Jenkins", :google_analytics=>AStruct<{"anonymizeIp"=>true, "account"=>"UA-4216293-5"}>, :deploy=>{"host"=>"github_pages", "branch"=>"gh-pages"}, :posts=>[Awestruct::Page{ 17063260: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 18158540: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 23910220: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 25920020: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 26237140: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7604460: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, Awestruct::Page{ 12080040: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 7879220: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27828660: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 28601920: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, Awestruct::Page{ 24771740: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 25575560: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, Awestruct::Page{ 25848160: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, Awestruct::Page{ 26157160: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 25302420: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], :posts_archive=>#{1=>{20=>[Awestruct::Page{ 17063260: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }], 19=>[Awestruct::Page{ 18158540: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], 17=>[Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 23910220: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], 13=>[Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }], 12=>[Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }], 11=>[Awestruct::Page{ 25920020: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }], 10=>[Awestruct::Page{ 26237140: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }]}}, 2016=>{12=>{31=>[Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }], 20=>[Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], 19=>[Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }], 10=>[Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }], 9=>[Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }]}, 11=>{22=>[Awestruct::Page{ 7604460: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], 21=>[Awestruct::Page{ 12080040: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], 16=>[Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }], 13=>[Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }], 12=>[Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }], 11=>[Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }]}, 10=>{31=>[Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], 18=>[Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }], 16=>[Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }], 29=>[Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }], 27=>[Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }], 24=>[Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }], 20=>[Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }], 19=>[Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }], 9=>[Awestruct::Page{ 7879220: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }], 8=>[Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }], 7=>[Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }], 6=>[Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }], 1=>[Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }], 30=>[Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }], 29=>[Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }], 26=>[Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }], 24=>[Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }], 22=>[Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }], 17=>[Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27828660: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }], 11=>[Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], 10=>[Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], 9=>[Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }], 8=>[Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], 3=>[Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }], 19=>[Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }], 18=>[Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], 14=>[Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }], 7=>[Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }], 1=>[Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }]}, 6=>{30=>[Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], 29=>[Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }], 16=>[Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }], 15=>[Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], 14=>[Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], 13=>[Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], 10=>[Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], 1=>[Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }]}, 5=>{31=>[Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }], 26=>[Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }], 25=>[Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }], 23=>[Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }], 18=>[Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }], 17=>[Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], 12=>[Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], 11=>[Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }], 10=>[Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }]}, 4=>{26=>[Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }], 22=>[Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }], 21=>[Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], 15=>[Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }], 14=>[Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], 11=>[Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }], 7=>[Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }], 1=>[Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }]}, 3=>{30=>[Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }], 24=>[Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }], 21=>[Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }], 18=>[Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }], 15=>[Awestruct::Page{ 28601920: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], 11=>[Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }], 3=>[Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], 2=>[Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }]}, 2=>{29=>[Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], 24=>[Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], 19=>[Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }], 6=>[Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], 26=>[Awestruct::Page{ 24771740: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }], 10=>[Awestruct::Page{ 25575560: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], 7=>[Awestruct::Page{ 25848160: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }], 5=>[Awestruct::Page{ 26157160: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], 4=>[Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }]}}, 2015=>{12=>{21=>[Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }], 18=>[Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }], 17=>[Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }], 16=>[Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }], 9=>[Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }], 3=>[Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }], 2=>[Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }]}, 11=>{16=>[Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }], 11=>[Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }], 6=>[Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }], 4=>[Awestruct::Page{ 25302420: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }], 3=>[Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }], 1=>[Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }]}, 10=>{30=>[Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }], 29=>[Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }], 28=>[Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }], 27=>[Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }], 25=>[Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }], 19=>[Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }], 9=>[Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }], 2=>[Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }], 1=>[Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }], 29=>[Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }], 19=>[Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], 7=>[Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }], 3=>[Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }], 1=>[Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }], 28=>[Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }], 25=>[Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }], 24=>[Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }], 20=>[Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }], 18=>[Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }], 13=>[Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }], 10=>[Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }], 5=>[Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }], 4=>[Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }], 3=>[Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }], 29=>[Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }], 28=>[Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }], 25=>[Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }], 24=>[Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }], 23=>[Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }], 15=>[Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }], 14=>[Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }], 9=>[Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }], 16=>[Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }], 15=>[Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }], 9=>[Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }], 8=>[Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }], 3=>[Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }], 2=>[Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }], 1=>[Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }]}, 5=>{20=>[Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }], 18=>[Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }], 14=>[Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }], 7=>[Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }], 22=>[Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }], 13=>[Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }], 6=>[Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }]}, 3=>{25=>[Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }], 17=>[Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }], 6=>[Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }], 3=>[Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }]}, 2=>{25=>[Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }], 24=>[Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }], 19=>[Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }], 9=>[Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }]}}, 2014=>{12=>{17=>[Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }], 3=>[Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }]}, 10=>{20=>[Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }], 15=>[Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }], 6=>[Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }]}, 9=>{25=>[Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }], 24=>[Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }], 17=>[Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }], 2=>[Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }]}, 8=>{28=>[Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }], 12=>[Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }], 11=>[Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }], 28=>[Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }], 18=>[Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }], 9=>[Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }], 8=>[Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }], 3=>[Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }], 1=>[Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }]}, 6=>{20=>[Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }], 19=>[Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }], 16=>[Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }], 11=>[Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }], 10=>[Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }], 9=>[Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }], 6=>[Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }], 5=>[Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }], 3=>[Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }]}, 5=>{30=>[Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }], 27=>[Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }], 19=>[Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }], 8=>[Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }], 18=>[Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }], 16=>[Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }], 15=>[Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }], 11=>[Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }], 9=>[Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }], 4=>[Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }], 1=>[Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }]}, 3=>{21=>[Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }], 19=>[Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }]}, 1=>{25=>[Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }]}}, 2013=>{12=>{5=>[Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }], 4=>[Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }]}, 11=>{25=>[Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }], 20=>[Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }], 17=>[Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }], 8=>[Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }]}, 10=>{18=>[Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }], 9=>[Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }]}, 9=>{23=>[Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }], 16=>[Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }], 11=>[Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }], 9=>[Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }], 5=>[Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }]}, 8=>{1=>[Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }]}, 7=>{31=>[Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }], 24=>[Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }], 11=>[Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }], 1=>[Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }]}, 6=>{21=>[Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }]}, 5=>{22=>[Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }], 17=>[Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }], 6=>[Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }]}, 4=>{30=>[Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }], 25=>[Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }], 19=>[Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }]}, 3=>{12=>[Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }]}, 2=>{15=>[Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }]}, 1=>{30=>[Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }], 26=>[Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }], 9=>[Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }]}}, 2012=>{12=>{25=>[Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }], 20=>[Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }], 19=>[Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }], 13=>[Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }]}, 11=>{18=>[Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }], 16=>[Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }], 15=>[Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }], 14=>[Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }]}, 9=>{28=>[Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }], 26=>[Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }], 24=>[Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }], 21=>[Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }], 12=>[Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }], 11=>[Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }]}, 8=>{27=>[Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }], 20=>[Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }], 23=>[Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }], 19=>[Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }]}, 5=>{28=>[Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }], 21=>[Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }], 10=>[Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }]}, 4=>{13=>[Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }]}, 3=>{26=>[Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }], 13=>[Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }], 6=>[Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }]}, 2=>{21=>[Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }], 13=>[Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }], 2=>[Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }]}, 1=>{20=>[Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }], 5=>[Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }], 4=>[Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }]}}, 2011=>{12=>{28=>[Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }], 23=>[Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }], 20=>[Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }], 19=>[Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }], 5=>[Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }], 2=>[Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }]}, 11=>{15=>[Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }], 10=>[Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }], 7=>[Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], 4=>[Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }], 3=>[Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }], 17=>[Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }], 5=>[Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }]}, 9=>{20=>[Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }], 19=>[Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }], 14=>[Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }], 1=>[Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }]}, 8=>{9=>[Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }], 8=>[Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }]}, 7=>{18=>[Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }]}, 6=>{24=>[Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }], 16=>[Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], 14=>[Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }], 9=>[Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }], 8=>[Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }]}, 5=>{27=>[Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], 12=>[Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], 4=>[Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }]}, 4=>{14=>[Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }], 4=>[Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }], 1=>[Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }]}, 3=>{23=>[Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }], 21=>[Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }], 13=>[Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }], 3=>[Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }]}, 2=>{14=>[Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }], 5=>[Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }], 4=>[Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }]}, 1=>{29=>[Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }], 11=>[Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }], 8=>[Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }]}}, 2010=>{12=>{5=>[Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }], 1=>[Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }]}, 11=>{30=>[Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }], 23=>[Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }]}, 9=>{22=>[Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }], 21=>[Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }], 20=>[Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }], 17=>[Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }], 9=>[Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }], 5=>[Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }], 4=>[Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }], 2=>[Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }], 1=>[Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }], 30=>[Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], 29=>[Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }], 26=>[Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }], 20=>[Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }], 17=>[Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }], 16=>[Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }], 11=>[Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }], 10=>[Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }], 2=>[Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }]}, 7=>{28=>[Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }], 27=>[Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }], 22=>[Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }], 21=>[Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }], 13=>[Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }], 12=>[Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }], 8=>[Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }], 7=>[Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }], 6=>[Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }], 5=>[Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }]}, 6=>{29=>[Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }], 28=>[Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }], 23=>[Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }], 22=>[Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }], 14=>[Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }], 11=>[Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }], 10=>[Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }], 9=>[Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }], 16=>[Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }], 12=>[Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }], 7=>[Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }], 1=>[Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }]}, 3=>{31=>[Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }], 30=>[Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }], 27=>[Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }], 23=>[Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }], 22=>[Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }], 19=>[Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }], 16=>[Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }], 15=>[Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }], 14=>[Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], 13=>[Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }], 12=>[Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }], 9=>[Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }], 8=>[Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }], 7=>[Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }], 5=>[Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }], 2=>[Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }], 1=>[Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }]}, 2=>{26=>[Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }], 25=>[Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], 24=>[Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }], 23=>[Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], 22=>[Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }], 19=>[Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }], 18=>[Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }], 17=>[Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }], 16=>[Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }], 15=>[Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }], 14=>[Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }], 12=>[Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], 11=>[Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], 10=>[Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], 9=>[Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }], 8=>[Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], 2=>[Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }]}}}>, :posts_tags=>[#/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 27410780: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25756740: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 28164880: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 54625040: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 58865860: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 55532600: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 12485200: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 47793600: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 67957860: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66107860: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57404140: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 61581580: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46387800: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 65587960: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 48228940: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57018880: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45850460: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 53517660: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52848040: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 62442080: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 43672760: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 18464880: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 65154500: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52182180: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=6, @primary_page=Awestruct::Page{ 55967320: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 58449600: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 66075980: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46735600: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 48358960: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 45530860: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 56868200: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61479020: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 59682000: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 62804780: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61297860: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 9110220: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25983200: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 48420240: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 59222020: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 64152820: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 47650700: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61935500: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60940480: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60029160: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 62511980: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 58282700: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 59868040: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60767940: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 27793480: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60393940: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 55479180: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 67029500: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 26419100: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 55051200: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 26598380: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 48806940: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 47598680: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 47253680: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 28965500: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 54879640: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 48791320: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 48558740: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 56769820: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 56120560: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 17203420: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 45994240: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 18037100: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 19551220: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 28574380: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45357180: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 62684820: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60048280: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 19012900: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46033280: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 29365900: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66430980: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57881400: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25515620: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 62619220: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46638320: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 26213120: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 64186760: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 44726600: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 42392040: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45434420: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 26762620: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>], :events=>{:"seville-jam"=>Awestruct::Page{ 58403900: output_path=>/_data/events/seville-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seville-jam.adoc, layout=> }, :"moscow-jam-1"=>Awestruct::Page{ 58236820: output_path=>/_data/events/moscow-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/moscow-jam-1.adoc, layout=> }, :"pre-fosdem-2017-happy hour"=>Awestruct::Page{ 58003160: output_path=>/_data/events/pre-fosdem-2017-happy hour.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/pre-fosdem-2017-happy hour.adoc, layout=> }, :"jenkins-2"=>Awestruct::Page{ 57761980: output_path=>/_data/events/jenkins-2.0-tweetfest.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-2.0-tweetfest.adoc, layout=> }, :"boston-devops-dojo"=>Awestruct::Page{ 57404640: output_path=>/_data/events/boston-devops-dojo.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-devops-dojo.adoc, layout=> }, :"boston-jam-feb2017"=>Awestruct::Page{ 57139020: output_path=>/_data/events/boston-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-feb2017.adoc, layout=> }, :"guadalajara-jam"=>Awestruct::Page{ 56898760: output_path=>/_data/events/guadalajara-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam.adoc, layout=> }, :"gsoc-midterm-presentations-1"=>Awestruct::Page{ 56722820: output_path=>/_data/events/gsoc-midterm-presentations-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-1.adoc, layout=> }, :"melbourne-jam-dec16"=>Awestruct::Page{ 56408180: output_path=>/_data/events/melbourne-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec16.adoc, layout=> }, :Fosdem2017=>Awestruct::Page{ 56118140: output_path=>/_data/events/Fosdem2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Fosdem2017.adoc, layout=> }, :"sydney-jam-jan2017"=>Awestruct::Page{ 55762800: output_path=>/_data/events/sydney-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sydney-jam-jan2017.adoc, layout=> }, :"boston-jam-bible"=>Awestruct::Page{ 55554880: output_path=>/_data/events/boston-jam-bible.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-bible.adoc, layout=> }, :"bangalore-jam-1"=>Awestruct::Page{ 55416160: output_path=>/_data/events/bangalore-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/bangalore-jam-1.adoc, layout=> }, :"tel-aviv-jam-2"=>Awestruct::Page{ 55102320: output_path=>/_data/events/tel-aviv-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam-2.adoc, layout=> }, :"boston-jam-2"=>Awestruct::Page{ 54763600: output_path=>/_data/events/boston-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-2.adoc, layout=> }, :"munchen-jam-feb2017"=>Awestruct::Page{ 54456720: output_path=>/_data/events/munchen-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/munchen-jam-feb2017.adoc, layout=> }, :"Jenkins-2"=>Awestruct::Page{ 54067560: output_path=>/_data/events/Jenkins-2.0-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Jenkins-2.0-vJAM.adoc, layout=> }, :seagl2016=>Awestruct::Page{ 53506160: output_path=>/_data/events/seagl2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seagl2016.adoc, layout=> }, :"amsterdam-jam"=>Awestruct::Page{ 52954800: output_path=>/_data/events/amsterdam-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam.adoc, layout=> }, :"dfw-jam-5"=>Awestruct::Page{ 52483880: output_path=>/_data/events/dfw-jam-5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-5.adoc, layout=> }, :"fosdem-2016"=>Awestruct::Page{ 51948700: output_path=>/_data/events/fosdem-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/fosdem-2016.adoc, layout=> }, :"seattle-jam-1"=>Awestruct::Page{ 45153800: output_path=>/_data/events/seattle-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seattle-jam-1.adoc, layout=> }, :"jenkins-world-contributor-summit"=>Awestruct::Page{ 48149720: output_path=>/_data/events/jenkins-world-contributor-summit.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-contributor-summit.adoc, layout=> }, :"atlanta-jam"=>Awestruct::Page{ 47569320: output_path=>/_data/events/atlanta-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam.adoc, layout=> }, :"2016-08-25-online-jam-gsoc"=>Awestruct::Page{ 46780340: output_path=>/_data/events/2016-08-25-online-jam-gsoc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-08-25-online-jam-gsoc.adoc, layout=> }, :"tel-aviv-jam"=>Awestruct::Page{ 45556760: output_path=>/_data/events/tel-aviv-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam.adoc, layout=> }, :"london-jam-1"=>Awestruct::Page{ 46708620: output_path=>/_data/events/london-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/london-jam-1.adoc, layout=> }, :"boulder-jam-oct16"=>Awestruct::Page{ 48451040: output_path=>/_data/events/boulder-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-oct16.adoc, layout=> }, :"spb-jam-3"=>Awestruct::Page{ 46259960: output_path=>/_data/events/spb-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/spb-jam-3.adoc, layout=> }, :"albuquerque-jam-1"=>Awestruct::Page{ 48469140: output_path=>/_data/events/albuquerque-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-1.adoc, layout=> }, :"dfw-jam-6"=>Awestruct::Page{ 45221520: output_path=>/_data/events/dfw-jam-6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-6.adoc, layout=> }, :"2016-09-06-online-jam-plugin-dev-2"=>Awestruct::Page{ 44939660: output_path=>/_data/events/2016-09-06-online-jam-plugin-dev-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-09-06-online-jam-plugin-dev-2.adoc, layout=> }, :"guadalajara-jam-nov2016"=>Awestruct::Page{ 44731480: output_path=>/_data/events/guadalajara-jam-nov2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-nov2016.adoc, layout=> }, :"guadalajara-jam-2"=>Awestruct::Page{ 44391760: output_path=>/_data/events/guadalajara-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-2.adoc, layout=> }, :"2016-seattle-jam-nov-11"=>Awestruct::Page{ 43314520: output_path=>/_data/events/2016-seattle-jam-nov-11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-11.adoc, layout=> }, :"singapore-august-jam"=>Awestruct::Page{ 43008260: output_path=>/_data/events/singapore-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-august-jam.adoc, layout=> }, :"austin-jam-jan17"=>Awestruct::Page{ 29582100: output_path=>/_data/events/austin-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/austin-jam-jan17.adoc, layout=> }, :"sf-jam-jan17"=>Awestruct::Page{ 29392060: output_path=>/_data/events/sf-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-jan17.adoc, layout=> }, :"dfw-jam-8"=>Awestruct::Page{ 29306940: output_path=>/_data/events/dfw-jam-8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-8.adoc, layout=> }, :"washington-dc-jam-1"=>Awestruct::Page{ 29139760: output_path=>/_data/events/washington-dc-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-dc-jam-1.adoc, layout=> }, :"sf-jam"=>Awestruct::Page{ 28983740: output_path=>/_data/events/sf-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam.adoc, layout=> }, :"dublin-jam-1"=>Awestruct::Page{ 28818200: output_path=>/_data/events/dublin-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-1.adoc, layout=> }, :"jenkins-world-2016"=>Awestruct::Page{ 28656240: output_path=>/_data/events/jenkins-world-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-2016.adoc, layout=> }, :"paris-jam-1"=>Awestruct::Page{ 28494500: output_path=>/_data/events/paris-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/paris-jam-1.adoc, layout=> }, :"singapore-jam"=>Awestruct::Page{ 28335040: output_path=>/_data/events/singapore-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam.adoc, layout=> }, :"boston-jam-1"=>Awestruct::Page{ 28154640: output_path=>/_data/events/boston-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-1.adoc, layout=> }, :"singapore-jam-nov16"=>Awestruct::Page{ 27999680: output_path=>/_data/events/singapore-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam-nov16.adoc, layout=> }, :"boulder-jam-1"=>Awestruct::Page{ 27827440: output_path=>/_data/events/boulder-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-1.adoc, layout=> }, :"meetup-linuxwochen"=>Awestruct::Page{ 27708720: output_path=>/_data/events/meetup-linuxwochen.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/meetup-linuxwochen.adoc, layout=> }, :"melbourne-jam-nov16"=>Awestruct::Page{ 27541040: output_path=>/_data/events/melbourne-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-nov16.adoc, layout=> }, :"guadalajara-jam-dec2016"=>Awestruct::Page{ 27391280: output_path=>/_data/events/guadalajara-jam-dec2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-dec2016.adoc, layout=> }, :"melbourne-jam-dec"=>Awestruct::Page{ 27204480: output_path=>/_data/events/melbourne-jam-dec.14.16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec.14.16.adoc, layout=> }, :"online-jam-dec16"=>Awestruct::Page{ 27043640: output_path=>/_data/events/online-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/online-jam-dec16.adoc, layout=> }, :"atlanta-jam-3"=>Awestruct::Page{ 26721220: output_path=>/_data/events/atlanta-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam-3.adoc, layout=> }, :"dfw-jam-2"=>Awestruct::Page{ 26658300: output_path=>/_data/events/dfw-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-2.adoc, layout=> }, :"juc-israel"=>Awestruct::Page{ 26587540: output_path=>/_data/events/juc-israel.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/juc-israel.adoc, layout=> }, :"la-jam-@-the-reserve"=>Awestruct::Page{ 26522500: output_path=>/_data/events/la-jam-@-the-reserve.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/la-jam-@-the-reserve.adoc, layout=> }, :"washington-jam-jan17"=>Awestruct::Page{ 26441520: output_path=>/_data/events/washington-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-jan17.adoc, layout=> }, :"sf-jam-oct16"=>Awestruct::Page{ 26371640: output_path=>/_data/events/sf-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-oct16.adoc, layout=> }, :"sf-jam-nov16"=>Awestruct::Page{ 26289420: output_path=>/_data/events/sf-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-nov16.adoc, layout=> }, :"lima-august-jam"=>Awestruct::Page{ 26188800: output_path=>/_data/events/lima-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/lima-august-jam.adoc, layout=> }, :"belarus-meetup"=>Awestruct::Page{ 26096820: output_path=>/_data/events/belarus-meetup.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/belarus-meetup.adoc, layout=> }, :"guadalajara-jam-oct2016"=>Awestruct::Page{ 26010920: output_path=>/_data/events/guadalajara-jam-oct2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-oct2016.adoc, layout=> }, :"dfw-jam-3"=>Awestruct::Page{ 25907500: output_path=>/_data/events/dfw-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-3.adoc, layout=> }, :"amsterdam-jam-nov16"=>Awestruct::Page{ 25817020: output_path=>/_data/events/amsterdam-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam-nov16.adoc, layout=> }, :"2016-seattle-jam-nov-9"=>Awestruct::Page{ 25741420: output_path=>/_data/events/2016-seattle-jam-nov-9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-9.adoc, layout=> }, :"dublin-jam-2"=>Awestruct::Page{ 25641460: output_path=>/_data/events/dublin-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-2.adoc, layout=> }, :"guadalajara-jam-jan2017"=>Awestruct::Page{ 25567920: output_path=>/_data/events/guadalajara-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-jan2017.adoc, layout=> }, :jenkinsworld2017=>Awestruct::Page{ 25380680: output_path=>/_data/events/jenkinsworld2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkinsworld2017.adoc, layout=> }, :"gsoc-midterm-presentations-2"=>Awestruct::Page{ 25230500: output_path=>/_data/events/gsoc-midterm-presentations-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-2.adoc, layout=> }, :"albuquerque-jam-nov16"=>Awestruct::Page{ 24795320: output_path=>/_data/events/albuquerque-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-nov16.adoc, layout=> }, :"brno-jam-jan2017"=>Awestruct::Page{ 24529340: output_path=>/_data/events/brno-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/brno-jam-jan2017.adoc, layout=> }, :"2016-seattle-jam-dec-07"=>Awestruct::Page{ 24254160: output_path=>/_data/events/2016-seattle-jam-dec-07.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-dec-07.adoc, layout=> }, :"washington-jam-nov16"=>Awestruct::Page{ 23960260: output_path=>/_data/events/washington-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-nov16.adoc, layout=> }, :"Post Fosdem Hackathon"=>Awestruct::Page{ 19605820: output_path=>/_data/events/Post Fosdem Hackathon.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Post Fosdem Hackathon.adoc, layout=> }, :"Plugin_dev-vJAM"=>Awestruct::Page{ 19381100: output_path=>/_data/events/Plugin_dev-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Plugin_dev-vJAM.adoc, layout=> }, :"guadalajara-jam-3"=>Awestruct::Page{ 19531340: output_path=>/_data/events/guadalajara-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-3.adoc, layout=> }, :"milan-jam-nov16"=>Awestruct::Page{ 19081300: output_path=>/_data/events/milan-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/milan-jam-nov16.adoc, layout=> }}, :solutions=>AStruct<{:python=>AStruct<{"usecase"=>"Python", "articles"=>[["http://www.alexconrad.org/2011/10/jenkins-and-python.html", "Getting started with Jenkins and Python"], ["http://bhfsteve.blogspot.be/2012/04/automated-python-unit-testing-code.html", "Automated python unit testing, code coverage and code quality analysis with Jenkins"], ["http://michal.karzynski.pl/blog/2014/04/19/continuous-integration-server-for-django-using-jenkins/", "Continuous Integration for Django projects with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/ShiningPanda+Plugin", "Shining Panda plugin", "adds various build steps for building Python projects with virtualenv, tox and more"], ["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like nose) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Violations", "Violations plugin", "processes output from pylint to provide style checks for Python code"]]}>, :c=>AStruct<{"usecase"=>"C/C++", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin", "Warnings plugin", "scans console output for compile-time warnings and errors to report on"], ["https://wiki.jenkins-ci.org/display/JENKINS/Valgrind+Plugin", "Valgrind plugin", "run and incorporate Valgrind (memcheck) reports into Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/cmakebuilder+Plugin", "CMake Builder plugin", "provides a build step that generates the build scripts from a CMakeLists.txt file"], ["https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin", "xUnit plugin", "generate reports based on test tooling output from various unit test frameworks"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin", "Cppcheck plugin", "generate trend reports for CppCheck, a tool for static C/C++ code analysis."]]}>, :java=>AStruct<{"usecase"=>"Java", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes JUnit XML formatted test reports for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Gradle+Plugin", "Gradle plugin", "support invoking Gradle as a build step and listing executing tasks per build"], ["https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin", "Findbugs plugin", "generate trending and analysis for FindBugs reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/PMD+Plugin", "PMD plugin", "generate trending and analysis for PMD reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin", "Cobertura plugin", "publish and trend code coverage reports from Cobertura"], ["https://wiki.jenkins-ci.org/display/JENKINS/SonarQube+plugin", "SonarQube plugin", "integrate reporting from the SonarQube code quality/inspection platform"], ["https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin", "Repository Connector plugin", "adds features for resolving artifacts from a Maven repository such as Nexus or Artifactory."]]}>, :android=>AStruct<{"usecase"=>"Android", "blog_tags"=>["android"], "articles"=>[["http://blog.zuehlke.com/en/configure-your-android-project-on-jenkins/", "Configure your Android project on Jenkins"], ["https://www.bignerdranch.com/blog/continuous-delivery-for-android/", "Continuous Delivery for Android"], ["https://dzone.com/articles/automating-continuous", "Automating Android Projects With Gradle using Jenkins on Windows"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin", "Android Emulator plugin", "automate many Android tasks during a build, such as launching/destroying emulators"], ["https://wiki.jenkins-ci.org/display/JENKINS/Android+Lint+Plugin", "Android Lint plugin", "parses output from the Android lint tool for display and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Google+Play+Android+Publisher+Plugin", "Google Play Android Publisher plugin", "enables publishing Android APKs directly from Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"AYoAEoOoYFE", "title"=>"Building, testing and deploying Android apps"}, {"short"=>nil, "id"=>"EOogyOv79NE", "title"=>"Continuous Integration for Mobile Apps with Jenkins"}]}>, :docker=>AStruct<{"usecase"=>"Docker", "blog_tags"=>["docker", "containers"], "legacy"=>{"header_image"=>"https://agentdero.cachefly.net/continuousblog/jenkins-heart-docker.png"}, "jumbotron"=>{"image"=>"/images/full-whale-low.jpg"}, "intro"=>"Combining Jenkins and Docker together can bring\nimproved speed and consistency to your automation tasks, which is why we’ve\ncollected some hopefully helpful resources on this page to\nget you started!\n", "articles"=>[["http://engineering.riotgames.com/news/taking-control-your-docker-image", "Taking control of your Docker image"], ["http://engineering.riotgames.com/news/thinking-inside-container", "Thinking inside the container"], ["http://engineering.riotgames.com/news/jenkins-docker-proxies-and-compose", "Using Jenkins, Docker, Proxies and Compose"], ["https://blog.codecentric.de/en/2015/10/continuous-integration-platform-using-docker-container-jenkins-sonarqube-nexus-gitlab/", "Continuous Integration Platform using Docker with Jenkins, SonarQube, Nexus and GitLab"], ["https://www.cloudbees.com/blog/triggering-docker-pipelines-jenkins", "Triggering Docker pipelines with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", "Docker plugin", "dynamically provision slaves with Docker"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Workflow+Plugin", "CloudBees Docker Workflow plugin", "build and use Docker containers from within Workflows"], ["https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin", "Docker build step plugin", "add various Docker commands to the job as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Build+and+Publish+plugin", "CloudBees Docker Build and Publish plugin", "build projects with a Dockerfile, and publish the resulting image (repo) to the docker registry"], ["https://wiki.jenkins-ci.org/display/JENKINS/Kubernetes+Plugin", "Kubernetes plugin", "dynamically allocate and schedule Docker slaves on a Kubernetes cluster"], ["https://github.com/jenkinsci/dockerhub-notification-plugin/blob/master/README.md", "CloudBees Docker Hub Notification plugin", "allows Jenkins to receive webhooks from hub.docker.com to drive pipelines based on Docker in Jenkins"], ["https://github.com/jenkinsci/docker-traceability-plugin/blob/master/README.md", "CloudBees Docker Traceability plugin", "track creation and use of Docker containers in Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"38SAyBLSHUM", "title"=>"Scaling Jenkins masters with Docker"}, {"short"=>nil, "id"=>"e7N3jX2b1i0", "title"=>"Scaling Jenkins and Docker with Kubernetes"}, {"short"=>nil, "id"=>"VZPbLUJnR68", "title"=>"Delivering eBay’s CI solution with Jenkins & Docker"}, {"short"=>nil, "id"=>"ppCzDDpcqRk", "title"=>"CI with Jenkins and Docker"}, {"short"=>nil, "id"=>"yt6QrwLs4HE", "title"=>"Lightweight PaaS for Jenkins with Docker"}], "steps"=>[{"title"=>"Install Docker", "short"=>"Installing Docker on Jenkins machines is easy", "long"=>nil}]}>, :pipeline=>AStruct<{"usecase"=>"Continuous Delivery", "jumbotron"=>{"image"=>"/images/full-pipeline.jpg"}, "blog_tags"=>["cd", "pipeline", "cicd"], "articles"=>[["http://udaypal.com/jenkins-workflow-getting-started/", "Getting started with Jenkins Workflow"], ["https://jenkins-ci.org/content/pipeline-code-multibranch-workflows-jenkins", "Multibranch Workflows in Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin", "Pipeline plugin", "allows creating Pipeline scripts for defining build/test/deploy stages of a delivery pipeline"], ["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Utility+Steps+Plugin", "Pipeline Utility Steps plugin", "provides a number of addition, useful, steps to the Pipeline DSL"], ["https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin", "Job DSL plugin", "creates a DSL to orchestrate job creation"]]}>, :embedded=>AStruct<{"usecase"=>"Embedded", "articles"=>[["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-Jenkins-Based-CI-for-Nenashev.pdf", "Jenkins-Based CI for Heterogeneous Hardware/Software Projects", "Oleg Nenashev", "JUC2015/London"], ["https://www.cloudbees.com/blog/multi-stage-ci-jenkins-embedded-world", "Multi-Stage-CI with Jenkins in an Embedded World", "Robert Martin, Steve Harris", "JUC2014/Berlin"], ["http://www.testandverification.com/VerificationFutures/2015/Alan_Fitch.pdf", "CI for FPGA D&V", "Alan Fitch", "Verification Futures, 2015"], ["http://www.verilab.com/files/dvcon2012_ci_gray_mcgregor.pdf", "A 30 Minute Project Makeover Using Continuous Integration", "JL Gray, Gordon McGregor", "DVCon, 2012"], ["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-The-Famous-Cows-Woodall.pdf", "The Famous Cows of Cambridge: A Non-Standard Use Case for Jenkins", "Sarah Woodall", "JUC2015/London"], ["http://www.synopsys.com/news/pubs/snug/2013/canada/a1_danjou_paper.pdf", "FPGA CI with Jenkins (requires SNUG account)", "Martin dāAnjou", "SNUG2013/Canada"]]}>, :github=>AStruct<{"usecase"=>"GitHub", "articles"=>[["https://www.cloudbees.com/blog/better-integration-between-jenkins-and-github-github-jenkins-plugin", "Better Integration Between Jenkins and GitHub (with the GitHub Jenkins Plugin)"], ["http://orangejuiceliberationfront.com/setting-up-jenkins-for-github-and-xcode-with-nightlies/", "Setting up Jenkins for Github and Xcode, with Nightlies"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin", "GitHub plugin", "integrates Jenkins jobs with GitHub repositories for triggering builds and reporting commit status"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+OAuth+Plugin", "GitHub Authentication plugin", "use GitHub as the authentication provider for your Jenkins instance"], ["https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin", "Git plugin", "use Git repositories as the source of code for a Jenkins job"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+SQS+Plugin", "GitHub SQS plugin", "trigger builds via the GitHub SQS (AWS) service hook"]]}>, :ruby=>AStruct<{"usecase"=>"Ruby", "blog_tags"=>["ruby"], "articles"=>[["http://thediscoblog.com/blog/2014/01/24/continuous-delivery-for-heroku-with-jenkins/", "Continuous Delivery for Heroku With Jenkins"], ["https://atomic-penguin.github.io/blog/2014/04/29/stupid-jenkins-and-chef-tricks-part-1-rubocop/", "Integrating Rubocop into Jenkins"], ["http://www.cryptocracy.com/blog/2014/01/03/cooking-with-jenkins-test-kitchen-and-docker/", "Cooking with Jenkins, Test Kitchen and Docker"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like ci_reporter, cucumber) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Brakeman+Plugin", "Brakeman plugin", "incorporates the output from the Brakeman security scanner for Rails projects"], ["https://wiki.jenkins-ci.org/display/JENKINS/Rake+plugin", "Rake plugin", "adds Rake invocation as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/RubyMetrics+plugin", "RubyMetrics plugin", "reports for Jenkins. Rcov, Rails stats, Rails notes and Flog."], ["https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+RubyMotion+Plugin", "RubyMotion plugin", "build RubyMotion projects from within Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin", "Cucumber Test Result plugin", "integrate and report from Cucumber executions"]]}>}>, :authors=>AStruct<{:svanoort=>Awestruct::Page{ 18593940: output_path=>/_data/authors/svanoort.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/svanoort.adoc, layout=> }, :cprice404=>Awestruct::Page{ 18420260: output_path=>/_data/authors/cprice404.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cprice404.adoc, layout=> }, :michaelneale=>Awestruct::Page{ 18283160: output_path=>/_data/authors/michaelneale.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/michaelneale.adoc, layout=> }, :hrmpw=>Awestruct::Page{ 18166320: output_path=>/_data/authors/hrmpw.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hrmpw.adoc, layout=> }, :vgaidarji=>Awestruct::Page{ 17873960: output_path=>/_data/authors/vgaidarji.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/vgaidarji.adoc, layout=> }, :cyberax=>Awestruct::Page{ 17653340: output_path=>/_data/authors/cyberax.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cyberax.adoc, layout=> }, :hinman=>Awestruct::Page{ 17354120: output_path=>/_data/authors/hinman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hinman.adoc, layout=> }, :kohsuke=>Awestruct::Page{ 17149500: output_path=>/_data/authors/kohsuke.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kohsuke.adoc, layout=> }, :samatdav=>Awestruct::Page{ 13205100: output_path=>/_data/authors/samatdav.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/samatdav.adoc, layout=> }, :kj187=>Awestruct::Page{ 12732100: output_path=>/_data/authors/kj187.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kj187.adoc, layout=> }, :stephenc=>Awestruct::Page{ 12397060: output_path=>/_data/authors/stephenc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/stephenc.adoc, layout=> }, :minudika=>Awestruct::Page{ 11864240: output_path=>/_data/authors/minudika.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/minudika.adoc, layout=> }, :lnewman=>Awestruct::Page{ 9818720: output_path=>/_data/authors/lnewman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/lnewman.adoc, layout=> }, :ccaum=>Awestruct::Page{ 9134980: output_path=>/_data/authors/ccaum.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/ccaum.adoc, layout=> }, :jglick=>Awestruct::Page{ 8028580: output_path=>/_data/authors/jglick.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/jglick.adoc, layout=> }, :alyssat=>Awestruct::Page{ 7768480: output_path=>/_data/authors/alyssat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alyssat.adoc, layout=> }, :"daniel-beck"=>Awestruct::Page{ 63880940: output_path=>/_data/authors/daniel-beck.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/daniel-beck.adoc, layout=> }, :dcoraboeuf=>Awestruct::Page{ 54982760: output_path=>/_data/authors/dcoraboeuf.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/dcoraboeuf.adoc, layout=> }, :i386=>Awestruct::Page{ 63880520: output_path=>/_data/authors/i386.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/i386.adoc, layout=> }, :glaforge=>Awestruct::Page{ 52430480: output_path=>/_data/authors/glaforge.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/glaforge.adoc, layout=> }, :omehegan=>Awestruct::Page{ 56991860: output_path=>/_data/authors/omehegan.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/omehegan.adoc, layout=> }, :rtyler=>Awestruct::Page{ 52418700: output_path=>/_data/authors/rtyler.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/rtyler.adoc, layout=> }, :alexsomai=>Awestruct::Page{ 52421140: output_path=>/_data/authors/alexsomai.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alexsomai.adoc, layout=> }, :cynthia=>Awestruct::Page{ 44510380: output_path=>/_data/authors/cynthia.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cynthia.adoc, layout=> }, :payal94=>Awestruct::Page{ 45733480: output_path=>/_data/authors/payal94.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/payal94.adoc, layout=> }, :oleg_nenashev=>Awestruct::Page{ 48807400: output_path=>/_data/authors/oleg_nenashev.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/oleg_nenashev.adoc, layout=> }, :fdechery=>Awestruct::Page{ 46031500: output_path=>/_data/authors/fdechery.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/fdechery.adoc, layout=> }, :bvdawson=>Awestruct::Page{ 42489520: output_path=>/_data/authors/bvdawson.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/bvdawson.adoc, layout=> }, :batmat=>Awestruct::Page{ 55368820: output_path=>/_data/authors/batmat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/batmat.adoc, layout=> }, :abayer=>Awestruct::Page{ 42311560: output_path=>/_data/authors/abayer.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/abayer.adoc, layout=> }}>, :steps=>{:firststart=>{"title"=>"Getting started with Jenkins", "steps"=>[{"title"=>"Download Jenkins", "iconclass"=>"icon-download", "short"=>"Pick a package for your platform to get started quickly.", "href"=>"/download"}, {"title"=>"Create a Pipeline", "iconclass"=>"icon-arrow-shuffle", "short"=>"Define a pipeline for automating build, test and delivery of your project.", "href"=>"/doc/pipeline"}, {"title"=>"Discover Plugins", "iconclass"=>"icon-plug", "short"=>"Customize Jenkins with plugins to fit your specific needs.", "href"=>"https://wiki.jenkins-ci.org/display/JENKINS/Plugins"}, {"title"=>"Participate", "iconclass"=>"icon-users", "short"=>"Ask questions and contribute to making Jenkins better!", "href"=>"/content/mailing-lists"}]}}, :jenkins=>AStruct<{:latest=>"2.43", :stable=>"2.32.1"}>, :handbook=>#], @key="getting-started", @title="Getting Started with Jenkins", @summary=nil>, #, #], @key="using", @title="Using Jenkins", @summary=nil>, #, #, #, #, #, #, #, #], @key="managing", @title="Managing Jenkins", @summary=nil>, #, #, #, #, #, #], @key="pipeline", @title="Pipeline", @summary=nil>, #, #, #, #], @key="use-case", @title="Jenkins Use-Cases", @summary=nil>, #, #, #, #, #], @key="operating", @title="Operating Jenkins", @summary=nil>, #, #], @key="appendix", @title="Appendix", @summary=nil>, #]>, :pages_by_relative_source_path=>AStruct<{"/100k.html.haml"=>Awestruct::Page{ 19399420: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0.html.haml"=>Awestruct::Page{ 19483020: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account.adoc"=>Awestruct::Page{ 24864720: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 25473760: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 25587460: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 25570540: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 25627240: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 25670460: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 26402060: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 26464160: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 26559180: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 26709240: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 27067320: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 27392020: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 27696820: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 28033800: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 28439040: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 28760100: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 29000340: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 29361300: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 29377220: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 29625540: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 29609200: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 29426060: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 29392640: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 29307460: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 27447000: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 27351840: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 27262140: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 25264520: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 24883840: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 24844460: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 24813740: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 24768200: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 24722760: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 24692420: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 24654660: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 24616440: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 24587300: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 24527480: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 24482740: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 24453860: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 24415880: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 24377140: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 24347620: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 24307340: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 24266360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 24226540: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 24195580: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 24148280: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 24096560: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 24050980: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 24021240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 23982520: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 23953660: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 23909200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 23880660: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 23834140: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 19686780: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 19650340: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 19622420: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 19595200: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 19575560: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 19547280: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 19517060: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 19486560: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 19453360: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 19424080: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 19392300: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 19356780: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 19325540: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 17470440: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 18874080: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 18689980: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 18541560: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 18405900: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 17801060: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 17263360: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 12928180: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 12395840: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 11920620: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 9840440: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 9331080: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 8410100: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 7887580: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 7736080: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 29701180: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 29582400: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 29472420: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 29361780: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 29249700: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 29129360: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 28990020: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 28886760: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 28778620: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 28399860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 28306260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 28168460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 28064980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 27955720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 27826200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 27751820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 27660760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 27561040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 27470960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 27353020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 27217980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 27076420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 26772660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 26727140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 26681140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 26635760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 26590640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 26546720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 26499120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 26452360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 26405080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 26357960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 26295660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 26232740: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 26163800: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 26108940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 26037880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 25968440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 25906820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 25837400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 25785280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 25733080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 25671380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 25617720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 25530360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 25446320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 25346500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 25225680: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 24880380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 24679260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 24506060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 24325000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 24123280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 23932500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 19641440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 19495840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 19332000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 19598500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 19315440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 19064080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 18746120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 18614040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 18523320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 18414640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 18335400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 18211780: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 18093660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 17894400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 17668900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 17445480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 17206840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 13524480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 12994340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 12708540: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 12252420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 11880360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 9875020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 9349760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 8506420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 7902520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 7752440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 29380220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 29607140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 29478340: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 29250080: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 29141760: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 29042400: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 28923720: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 28833460: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 28718040: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 28619640: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 28519480: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 28400760: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 28309220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 28182480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 28079840: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 27980820: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 27835320: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 27787860: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 27689780: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 27601360: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 27511700: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 27412480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 27253600: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 27150640: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 27048980: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 26753500: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 26709920: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 26649480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 26604380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 26561200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 26513840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 26468640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 26423120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 26378680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 26323540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 26260920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 26199320: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 26128540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 26067720: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 26005920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 25944500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 25875960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 25815260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 25755220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 25702360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 25641180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 25587640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 25510940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 25376360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 25302860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 24988780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 24790440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 24608840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 24430020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 24250360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 24044200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 23858340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 19585560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 19441520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 17520180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 19497480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 18866780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 18818180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 18671760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 18582060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 18482660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 18386820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 18302480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 18183740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 18031740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 17824200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 17645460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 17348960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 17164240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 13414160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 12963100: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 12639340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 12190080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 11790220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 9801600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 9155040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 8355060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 7885160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 7729400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 29700540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 29581820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 29471880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 29362900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 29252760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 29142820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 29041060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 28919680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 28828780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 28694780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 28602540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 28472940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 28379980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 28252940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 28148920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 28036700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 27916840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 27806800: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 27740920: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 27634420: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 27536500: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 27444720: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 27346880: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 27202800: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 27072920: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 26769200: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 26725780: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 26681460: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 26637100: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 26593020: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 26550440: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 26491520: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 26410160: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 26354120: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 26176740: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 26087940: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 25957580: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 25823220: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 25644700: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 25522500: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 25298740: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 24818960: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 24428980: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 24398100: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 24352500: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 24313140: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 24272600: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 24230460: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 24207920: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 24168940: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 24074320: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 19349980: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/2010-02-02-welcome-to-continuous-blog.md"=>Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/2010-02-08-breaking-hudson-1-345-released.md"=>Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/2010-02-08-hudson-1-344-released.html"=>Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/2010-02-08-incoming-more-translations.md"=>Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html"=>Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md"=>Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/2010-02-11-spotlight-on-ita-software.md"=>Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/2010-02-12-this-week-in-plugins.md"=>Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-14-thanks-for-the-help.md"=>Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/2010-02-15-hudson-1-346-released.md"=>Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/2010-02-16-performance-improvements-in-1-346.md"=>Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md"=>Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/2010-02-18-spotlight-on-visfleet.md"=>Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/2010-02-19-this-week-in-plugins.md"=>Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-22-hudson-1-347-released.md"=>Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md"=>Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/2010-02-24-hudson-at-pycon.md"=>Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/2010-02-25-links-for-2010-02-24.md"=>Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md"=>Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/2010-02-25-spotlight-on-springsource.md"=>Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/2010-02-26-links-for-2010-02-25.md"=>Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/2010-02-26-this-week-in-plugins.md"=>Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-01-hudson-1-348-released.md"=>Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md"=>Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md"=>Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md"=>Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/2010-03-05-links-for-2010-03-04.md"=>Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md"=>Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/2010-03-07-this-week-in-plugins.md"=>Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-08-hudson-1-349-released.md"=>Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md"=>Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/2010-03-09-one-month-of-continuous-blog.md"=>Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/2010-03-12-links-for-2010-03-12.md"=>Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/2010-03-12-want-some-hudson-stickers.md"=>Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/2010-03-13-this-week-in-plugins.md"=>Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-14-would-you-like-to-ok.md"=>Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/2010-03-15-breaking-hudson-1-351-released.md"=>Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/2010-03-15-hudson-1-350-released.md"=>Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/2010-03-16-slaves-building-robots.md"=>Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/2010-03-19-get-excited-and-make-things.md"=>Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/2010-03-19-links-for-2010-03-19.md"=>Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/2010-03-19-recap-of-hackathon-part-one.md"=>Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/2010-03-22-hudson-1-352-released.md"=>Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/2010-03-23-links-for-2010-03-23.md"=>Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/2010-03-27-this-week-in-plugins.md"=>Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-30-resurgence-of-releng.md"=>Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/2010-03-31-hudson-1-353-released.md"=>Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md"=>Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md"=>Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/2010-04-01-regarding-the-start-of-april.md"=>Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/2010-04-07-kohsuke-leaves-sun.md"=>Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/2010-04-12-pre-tested-commits-with-git.md"=>Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md"=>Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/2010-04-16-hudson-1-354-released.md"=>Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/2010-04-24-hudson-1-355-released.md"=>Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/2010-06-09-welcome-to-hudson-labs.md"=>Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html"=>Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md"=>Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/2010-06-14-hudson-1-362-released.md"=>Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/2010-06-22-hudson-1-363-released.md"=>Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/2010-06-23-stickers-starting-to-arrive.md"=>Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/2010-06-28-digg-technical-talk.md"=>Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md"=>Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/2010-07-05-links-for-2010-07-05.md"=>Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md"=>Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md"=>Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/2010-07-07-gee-thanks.md"=>Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html"=>Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/2010-07-12-updated-chrome-extension.md"=>Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/2010-07-13-monitor-hudson-from-your-android.md"=>Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md"=>Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html"=>Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/2010-07-27-hudson-1-368-released.md"=>Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html"=>Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html"=>Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md"=>Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/2010-08-11-quiet-period-feature.md"=>Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md"=>Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/2010-08-17-hudson-1-372-sets-sail.md"=>Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/2010-08-17-hudson-anonymous-usage-data.html"=>Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md"=>Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html"=>Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md"=>Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md"=>Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html"=>Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html"=>Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md"=>Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/2010-09-04-hudson-events-calendar.md"=>Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md"=>Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md"=>Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/2010-09-17-javaone-taking-shape.md"=>Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md"=>Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md"=>Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/2010-09-20-tweet-of-the-day.md"=>Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/2010-09-21-javaone-day-one-in-pictures.md"=>Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md"=>Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md"=>Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/2010-09-22-javaone-day-two-in-pictures.md"=>Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html"=>Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/2010-11-23-java-net-migration-status-update.html"=>Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/2010-11-23-new-hudson-mailing-lists.md"=>Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/2010-11-30-whos-driving-this-thing.md"=>Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/2010-12-01-a-brief-update.md"=>Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md"=>Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md"=>Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/2011-01-11-hudsons-future.md"=>Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/2011-01-29-jenkins.md"=>Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/2011-02-04-governance-meeting-today.md"=>Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md"=>Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/2011-02-05-first-governance-meeting-recap.md"=>Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html"=>Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/2011-03-03-updated-usage-stats-available.md"=>Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/2011-03-13-jenkins-hits-1-400.html"=>Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md"=>Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/2011-03-23-windows-installers-are-now-available.html"=>Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md"=>Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md"=>Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/2011-04-14-jenkins-new-look.md"=>Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html"=>Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md"=>Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md"=>Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md"=>Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md"=>Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md"=>Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md"=>Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/2011-06-16-jenkins-long-term-support-release.md"=>Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md"=>Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md"=>Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/2011-08-08-jenkins-user-conference.md"=>Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/2011-08-08-jruby-branch-merged.md"=>Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html"=>Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md"=>Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html"=>Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/2011-09-19-2011-donation-drive.md"=>Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html"=>Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md"=>Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md"=>Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/2011-10-21-report-bugs-and-win-kindle.md"=>Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/2011-11-03-jenkins-community-survey.html"=>Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html"=>Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md"=>Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md"=>Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md"=>Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html"=>Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html"=>Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md"=>Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md"=>Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md"=>Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/2011-12-28-adding-diagrams-to-wiki.md"=>Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md"=>Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md"=>Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/2012-01-20-highlight-video-from-juc-2011.md"=>Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/2012-02-02-happy-birthday-jenkins.md"=>Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html"=>Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/2012-02-21-fosdem-2012-recap.md"=>Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md"=>Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html"=>Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md"=>Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/2012-03-26-announcing-the-jenkins-cia.md"=>Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/2012-04-13-continuous-information-vol-2.html"=>Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html"=>Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html"=>Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md"=>Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md"=>Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md"=>Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/2012-07-23-jenkins-user-conference-israel.html"=>Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html"=>Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md"=>Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md"=>Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html"=>Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/2012-09-12-jenkins-user-event-cph.html"=>Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html"=>Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md"=>Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/2012-09-26-dinner-after-juc.html"=>Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html"=>Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/2012-09-28-saturday-night-drink-up.html"=>Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/2012-09-28-take-the-jenkins-survey.html"=>Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md"=>Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/2012-11-15-fundraising-for-travel-grant.html"=>Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html"=>Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md"=>Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html"=>Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html"=>Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md"=>Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/2012-12-25-jenkins-meet-up.md"=>Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html"=>Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html"=>Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/2013-01-30-jenkins-hits-1-500.html"=>Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html"=>Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html"=>Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html"=>Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/2013-04-25-munich-hackathon.html"=>Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md"=>Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html"=>Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html"=>Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md"=>Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html"=>Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md"=>Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html"=>Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/2013-07-24-faster-slave-classloading.html"=>Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html"=>Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html"=>Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html"=>Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html"=>Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html"=>Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html"=>Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html"=>Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/2013-09-23-experimental-plugins-update-center.html"=>Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/2013-09-23-literate-builds-wtf.md"=>Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html"=>Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/2013-10-09-meet-the-community-in-juc.html"=>Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html"=>Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html"=>Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/2013-11-17-dkim-and-spf-deployed.html"=>Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md"=>Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md"=>Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html"=>Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md"=>Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html"=>Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html"=>Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md"=>Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html"=>Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html"=>Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/2014-04-09-more-scalable-slaves.html"=>Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/2014-04-11-infoq-ci-survey-2014.html"=>Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html"=>Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html"=>Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/2014-04-16-active-directory-plugin-improvements.html"=>Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/2014-04-18-come-join-the-infra-team.html"=>Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/2014-04-24-juc-agenda-posted.html"=>Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html"=>Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html"=>Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/2014-05-27-acceptance-test-project-progress-report.html"=>Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/2014-05-30-adopt-a-plugin.html"=>Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html"=>Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html"=>Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html"=>Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html"=>Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html"=>Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html"=>Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html"=>Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html"=>Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html"=>Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/2014-06-20-juc-boston-what-a-day.html"=>Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html"=>Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/2014-07-03-juc-berlin-summary.html"=>Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html"=>Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html"=>Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html"=>Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/2014-07-18-juc-israel-report.html"=>Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html"=>Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/2014-07-30-geek-choice-awards-2014.html"=>Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/2014-08-11-user-interface-refresh.html"=>Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html"=>Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/2014-08-28-juc-sf-2014-is-here.html"=>Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md"=>Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html"=>Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html"=>Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/2014-09-24-jenkins-in-javaone-2014.html"=>Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html"=>Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html"=>Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md"=>Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html"=>Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md"=>Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html"=>Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/2014-12-03-workflow-plugin-is-1-0.md"=>Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/2014-12-17-breakingbuilds.html"=>Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html"=>Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html"=>Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html"=>Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html"=>Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/2015-02-24-100k-celebration-podcast-recording.html"=>Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/2015-02-25-100k-celebration-podcast.html"=>Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html"=>Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html"=>Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html"=>Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html"=>Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/2015-04-06-confluence-migration-this-weekend.html"=>Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/2015-04-06-good-bye-java6.html"=>Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html"=>Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html"=>Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/2015-04-24-jira-migration-this-weekend.md"=>Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html"=>Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html"=>Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html"=>Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html"=>Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html"=>Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html"=>Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html"=>Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html"=>Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html"=>Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html"=>Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html"=>Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md"=>Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html"=>Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md"=>Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html"=>Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/2015-07-23-office-hours-are-back.md"=>Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md"=>Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html"=>Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md"=>Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html"=>Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md"=>Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html"=>Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md"=>Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html"=>Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md"=>Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md"=>Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html"=>Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md"=>Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html"=>Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html"=>Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-25-announcing-the-travel-grant-program.md"=>Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html"=>Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html"=>Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html"=>Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md"=>Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md"=>Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html"=>Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md"=>Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md"=>Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html"=>Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/2015-09-30-bay-area-jam.html"=>Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html"=>Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html"=>Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/2015-10-09-cooking-up-jams.html"=>Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md"=>Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md"=>Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md"=>Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md"=>Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md"=>Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md"=>Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/2015-11-01-adopt-a-plugin.md"=>Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md"=>Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/2015-11-04-jenkins-and-docker.md"=>Awestruct::Page{ 25302420: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md"=>Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/2015-11-06-october-jams.md"=>Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md"=>Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/2015-11-16-celebrating-hacksgiving.md"=>Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/2015-12-02-hacksgiving-left-overs.md"=>Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md"=>Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/2015-12-09-security-updates-released-today.md"=>Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md"=>Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md"=>Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md"=>Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md"=>Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md"=>Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md"=>Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md"=>Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/2016-01-04-jenkins-at-scale14x.adoc"=>Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/2016-01-05-new-website.adoc"=>Awestruct::Page{ 26157160: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/2016-01-07-official-code-of-conduct.adoc"=>Awestruct::Page{ 25848160: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc"=>Awestruct::Page{ 25575560: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/2016-01-26-office-hour-javascript-development.adoc"=>Awestruct::Page{ 24771740: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc"=>Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/2016-02-06-scale14x-conference-report.adoc"=>Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/2016-02-19-january-2016-sf-jam.adoc"=>Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/2016-02-24-jenkins-security-update.md"=>Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/2016-02-29-jenkins2-alphas.adoc"=>Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/2016-03-02-toulousejam-hackergarten.adoc"=>Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/2016-03-03-gsoc2016-announcement.md"=>Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/2016-03-11-new-jenkins-20-preview.adoc"=>Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/2016-03-15-jenkins-certification.adoc"=>Awestruct::Page{ 28601920: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/2016-03-18-jenkins-20-test-fest.adoc"=>Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/2016-03-21-vjam.adoc"=>Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/2016-03-24-jenkins-2-beta-released.md"=>Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc"=>Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc"=>Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/2016-04-07-2.0-release-candidate.adoc"=>Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc"=>Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc"=>Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc"=>Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/2016-04-11-jenkins-plugins-security-update.md"=>Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc"=>Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc"=>Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/2016-04-14-replay-with-pipeline.adoc"=>Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-15-the-need-for-pipeline.adoc"=>Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-21-dsl-plugins.adoc"=>Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/2016-04-22-pipeline-2.x.adoc"=>Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/2016-04-22-possible-infra-compromise.adoc"=>Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/2016-04-26-jenkins-20-is-here.adoc"=>Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/2016-05-10-jenkins-20-vjam.adoc"=>Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/2016-05-11-security-update.md"=>Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc"=>Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/2016-05-17-state-of-jam.adoc"=>Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/2016-05-18-announcing-azure-partnership.adoc"=>Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc"=>Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc"=>Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc"=>Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/2016-05-26-introducing-blue-ocean.adoc"=>Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/2016-05-31-pipeline-snippetizer.adoc"=>Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc"=>Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc"=>Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc"=>Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/2016-06-13-june-jenkins-events.adoc"=>Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc"=>Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/2016-06-14-jenkins-world-agenda.adoc"=>Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc"=>Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc"=>Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc"=>Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc"=>Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/2016-06-30-ewm-alpha-version.adoc"=>Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/2016-07-01-html-publisher-plugin.adoc"=>Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/2016-07-07-jenkins-2.7.1.adoc"=>Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/2016-07-14-2-7-1-re-release.md"=>Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/2016-07-18-pipline-notifications.adoc"=>Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/2016-07-19-blue-ocean-update.adoc"=>Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc"=>Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc"=>Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/2016-08-08-docker-pipeline-environments.adoc"=>Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/2016-08-09-ewm-beta-version.adoc"=>Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc"=>Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc"=>Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc"=>Awestruct::Page{ 27828660: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc"=>Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/2016-08-22-ewm-stable-release.adoc"=>Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc"=>Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc"=>Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc"=>Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/2016-08-29-sauce-pipeline.adoc"=>Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-30-ask-experts-demos.adoc"=>Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc"=>Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc"=>Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc"=>Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc"=>Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc"=>Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc"=>Awestruct::Page{ 7879220: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc"=>Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/2016-09-20-jom-plugin-development.adoc"=>Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc"=>Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc"=>Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc"=>Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc"=>Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc"=>Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/2016-10-16-stage-lock-milestone.adoc"=>Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc"=>Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/2016-10-31-xunit-reporting.adoc"=>Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/2016-11-11-monthly-jam-recap-october.adoc"=>Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc"=>Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/2016-11-13-november-jenkins-events.adoc"=>Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc"=>Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/2016-11-21-gc-tuning.adoc"=>Awestruct::Page{ 12080040: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc"=>Awestruct::Page{ 7604460: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/2016-12-09-december-jenkins-events.adoc"=>Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-12-10-monthly-jam-recap-november.adoc"=>Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/2016-12-19-declarative-pipeline-beta.adoc"=>Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc"=>Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/2016-12-31-what-a-year.adoc"=>Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc"=>Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/2017-01-10-security-warnings.adoc"=>Awestruct::Page{ 26237140: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc"=>Awestruct::Page{ 25920020: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc"=>Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc"=>Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc"=>Awestruct::Page{ 23910220: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/2017-01-17-scm-api-2.0-release.adoc"=>Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc"=>Awestruct::Page{ 18158540: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc"=>Awestruct::Page{ 17063260: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.md"=>Awestruct::Page{ 11879740: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.md"=>Awestruct::Page{ 9511520: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 8292500: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old.html"=>Awestruct::Page{ 28910720: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 26612440: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 26179600: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.md"=>Awestruct::Page{ 26154880: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct.adoc"=>Awestruct::Page{ 26002360: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.md"=>Awestruct::Page{ 25657660: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.md"=>Awestruct::Page{ 25532400: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.md"=>Awestruct::Page{ 25358340: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.md"=>Awestruct::Page{ 24991340: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.md"=>Awestruct::Page{ 24650800: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.md"=>Awestruct::Page{ 24350340: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.md"=>Awestruct::Page{ 24003720: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.md"=>Awestruct::Page{ 19583620: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.md"=>Awestruct::Page{ 19085900: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.md"=>Awestruct::Page{ 18644400: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.md"=>Awestruct::Page{ 18456520: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.md"=>Awestruct::Page{ 18308900: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.md"=>Awestruct::Page{ 18093020: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.md"=>Awestruct::Page{ 17754920: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md"=>Awestruct::Page{ 17326380: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.md"=>Awestruct::Page{ 13442600: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.md"=>Awestruct::Page{ 12721760: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.md"=>Awestruct::Page{ 12078380: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.md"=>Awestruct::Page{ 9783460: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.md"=>Awestruct::Page{ 8492060: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md"=>Awestruct::Page{ 7816760: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.md"=>Awestruct::Page{ 29654000: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.md"=>Awestruct::Page{ 29470500: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.md"=>Awestruct::Page{ 29288940: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.md"=>Awestruct::Page{ 29087020: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.md"=>Awestruct::Page{ 28912220: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.md"=>Awestruct::Page{ 28695100: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.md"=>Awestruct::Page{ 28522660: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.md"=>Awestruct::Page{ 28329360: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.md"=>Awestruct::Page{ 28125280: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.md"=>Awestruct::Page{ 27933160: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.md"=>Awestruct::Page{ 27766360: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.md"=>Awestruct::Page{ 27604260: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.md"=>Awestruct::Page{ 27420260: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.md"=>Awestruct::Page{ 27215540: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.md"=>Awestruct::Page{ 26774820: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.md"=>Awestruct::Page{ 26695440: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.md"=>Awestruct::Page{ 26619540: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.md"=>Awestruct::Page{ 26405680: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.md"=>Awestruct::Page{ 26308520: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.md"=>Awestruct::Page{ 26205400: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md"=>Awestruct::Page{ 26093060: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md"=>Awestruct::Page{ 25981200: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md"=>Awestruct::Page{ 25859540: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md"=>Awestruct::Page{ 25772100: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.md"=>Awestruct::Page{ 25646580: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md"=>Awestruct::Page{ 25527880: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.md"=>Awestruct::Page{ 25355360: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.md"=>Awestruct::Page{ 24960300: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.md"=>Awestruct::Page{ 24625720: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.md"=>Awestruct::Page{ 24324540: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.md"=>Awestruct::Page{ 23961260: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.md"=>Awestruct::Page{ 19560680: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.md"=>Awestruct::Page{ 18949320: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.md"=>Awestruct::Page{ 19309740: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.md"=>Awestruct::Page{ 18757220: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.md"=>Awestruct::Page{ 18533060: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md"=>Awestruct::Page{ 18367780: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.md"=>Awestruct::Page{ 18179480: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.md"=>Awestruct::Page{ 17872820: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.md"=>Awestruct::Page{ 17486620: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.md"=>Awestruct::Page{ 17069280: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.md"=>Awestruct::Page{ 12934520: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.md"=>Awestruct::Page{ 12216840: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.md"=>Awestruct::Page{ 11450480: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 9114480: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.md"=>Awestruct::Page{ 29613600: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.md"=>Awestruct::Page{ 29396560: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.md"=>Awestruct::Page{ 29219780: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.md"=>Awestruct::Page{ 29045360: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.md"=>Awestruct::Page{ 28851140: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.md"=>Awestruct::Page{ 28659800: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.md"=>Awestruct::Page{ 28467740: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.md"=>Awestruct::Page{ 28257040: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.md"=>Awestruct::Page{ 28076880: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.md"=>Awestruct::Page{ 27842980: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.md"=>Awestruct::Page{ 27710600: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.md"=>Awestruct::Page{ 27537780: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.md"=>Awestruct::Page{ 27372740: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.md"=>Awestruct::Page{ 27100940: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.md"=>Awestruct::Page{ 26746360: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.md"=>Awestruct::Page{ 26670420: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.md"=>Awestruct::Page{ 26587460: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.md"=>Awestruct::Page{ 26506880: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.md"=>Awestruct::Page{ 26412940: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md"=>Awestruct::Page{ 26323740: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.md"=>Awestruct::Page{ 26210820: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.md"=>Awestruct::Page{ 26097420: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.md"=>Awestruct::Page{ 25986720: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.md"=>Awestruct::Page{ 25870780: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.md"=>Awestruct::Page{ 25774780: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.md"=>Awestruct::Page{ 25649040: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.md"=>Awestruct::Page{ 25529360: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md"=>Awestruct::Page{ 25355920: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 24959760: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.md"=>Awestruct::Page{ 24149840: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.md"=>Awestruct::Page{ 19671560: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.md"=>Awestruct::Page{ 19428980: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.md"=>Awestruct::Page{ 19534240: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.md"=>Awestruct::Page{ 18798160: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.md"=>Awestruct::Page{ 18622480: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.md"=>Awestruct::Page{ 18424560: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.md"=>Awestruct::Page{ 18257220: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.md"=>Awestruct::Page{ 18005760: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.md"=>Awestruct::Page{ 17658100: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.md"=>Awestruct::Page{ 17211960: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.md"=>Awestruct::Page{ 13109720: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.md"=>Awestruct::Page{ 12580020: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.md"=>Awestruct::Page{ 11821900: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.md"=>Awestruct::Page{ 9375360: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.md"=>Awestruct::Page{ 8208420: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.md"=>Awestruct::Page{ 6758980: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.md"=>Awestruct::Page{ 29572480: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.md"=>Awestruct::Page{ 29372720: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.md"=>Awestruct::Page{ 29205640: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.md"=>Awestruct::Page{ 29004820: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.md"=>Awestruct::Page{ 28818140: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.md"=>Awestruct::Page{ 28619240: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.md"=>Awestruct::Page{ 28435260: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md"=>Awestruct::Page{ 28211620: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.md"=>Awestruct::Page{ 28034300: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.md"=>Awestruct::Page{ 27821980: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.md"=>Awestruct::Page{ 27673240: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md"=>Awestruct::Page{ 27509200: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.md"=>Awestruct::Page{ 27259880: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.md"=>Awestruct::Page{ 27068320: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.md"=>Awestruct::Page{ 26723480: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.md"=>Awestruct::Page{ 26647320: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.md"=>Awestruct::Page{ 26562480: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.md"=>Awestruct::Page{ 26483080: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.md"=>Awestruct::Page{ 26385580: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.md"=>Awestruct::Page{ 26278980: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.md"=>Awestruct::Page{ 26165080: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.md"=>Awestruct::Page{ 26059880: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.md"=>Awestruct::Page{ 25944120: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md"=>Awestruct::Page{ 25826080: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md"=>Awestruct::Page{ 25735840: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.md"=>Awestruct::Page{ 25607100: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.md"=>Awestruct::Page{ 25467480: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.md"=>Awestruct::Page{ 25300200: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md"=>Awestruct::Page{ 24354420: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.md"=>Awestruct::Page{ 24004080: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.md"=>Awestruct::Page{ 19579020: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.md"=>Awestruct::Page{ 18955940: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md"=>Awestruct::Page{ 19313440: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.md"=>Awestruct::Page{ 18758340: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.md"=>Awestruct::Page{ 18530940: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.md"=>Awestruct::Page{ 18364580: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.md"=>Awestruct::Page{ 18173220: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.md"=>Awestruct::Page{ 17847440: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.md"=>Awestruct::Page{ 17474100: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.md"=>Awestruct::Page{ 17055020: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.md"=>Awestruct::Page{ 12881160: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.md"=>Awestruct::Page{ 12184160: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.md"=>Awestruct::Page{ 9873640: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.md"=>Awestruct::Page{ 9070800: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.md"=>Awestruct::Page{ 7595240: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.md"=>Awestruct::Page{ 29677340: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.md"=>Awestruct::Page{ 29474620: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 29290800: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md"=>Awestruct::Page{ 28813740: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.md"=>Awestruct::Page{ 28604940: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.md"=>Awestruct::Page{ 28427900: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 28187480: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.md"=>Awestruct::Page{ 27745580: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.md"=>Awestruct::Page{ 27564800: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.md"=>Awestruct::Page{ 27389360: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.md"=>Awestruct::Page{ 27153320: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md"=>Awestruct::Page{ 26753820: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.md"=>Awestruct::Page{ 26674900: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.md"=>Awestruct::Page{ 26591580: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.md"=>Awestruct::Page{ 26509000: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.md"=>Awestruct::Page{ 26413780: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.md"=>Awestruct::Page{ 26322700: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.md"=>Awestruct::Page{ 26208900: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.md"=>Awestruct::Page{ 26094160: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.md"=>Awestruct::Page{ 25979920: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.md"=>Awestruct::Page{ 25856540: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.md"=>Awestruct::Page{ 25758420: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.md"=>Awestruct::Page{ 25638600: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.md"=>Awestruct::Page{ 25519740: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.md"=>Awestruct::Page{ 25343760: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.md"=>Awestruct::Page{ 24909220: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-ā-save-date/index.md"=>Awestruct::Page{ 24568300: output_path=>/content/jenkins-user-conference-ā-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-ā-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.md"=>Awestruct::Page{ 24250500: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.md"=>Awestruct::Page{ 23882660: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.md"=>Awestruct::Page{ 19493120: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.md"=>Awestruct::Page{ 19666900: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.md"=>Awestruct::Page{ 19120500: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.md"=>Awestruct::Page{ 18655240: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.md"=>Awestruct::Page{ 18454520: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.md"=>Awestruct::Page{ 18295300: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.md"=>Awestruct::Page{ 18056360: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.md"=>Awestruct::Page{ 17713400: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.md"=>Awestruct::Page{ 17250420: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.md"=>Awestruct::Page{ 13142660: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.md"=>Awestruct::Page{ 12638000: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.md"=>Awestruct::Page{ 11866160: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.md"=>Awestruct::Page{ 9418020: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.md"=>Awestruct::Page{ 8218420: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.md"=>Awestruct::Page{ 6761160: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.md"=>Awestruct::Page{ 29570800: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md"=>Awestruct::Page{ 29369120: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 29183800: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.md"=>Awestruct::Page{ 28989560: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.md"=>Awestruct::Page{ 28812200: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.md"=>Awestruct::Page{ 28602920: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md"=>Awestruct::Page{ 28400200: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md"=>Awestruct::Page{ 28184500: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md"=>Awestruct::Page{ 27998440: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md"=>Awestruct::Page{ 27801780: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md"=>Awestruct::Page{ 27636120: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md"=>Awestruct::Page{ 27470220: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md"=>Awestruct::Page{ 27236300: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md"=>Awestruct::Page{ 27022780: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md"=>Awestruct::Page{ 26703220: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md"=>Awestruct::Page{ 26625320: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md"=>Awestruct::Page{ 26540060: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md"=>Awestruct::Page{ 26442620: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md"=>Awestruct::Page{ 26358760: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md"=>Awestruct::Page{ 26245080: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md"=>Awestruct::Page{ 26126680: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md"=>Awestruct::Page{ 26014380: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md"=>Awestruct::Page{ 25895660: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 25788280: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.md"=>Awestruct::Page{ 25670200: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md"=>Awestruct::Page{ 25573360: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.md"=>Awestruct::Page{ 25370640: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.md"=>Awestruct::Page{ 24993260: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.md"=>Awestruct::Page{ 24631660: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.md"=>Awestruct::Page{ 24327140: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.md"=>Awestruct::Page{ 23959260: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.md"=>Awestruct::Page{ 19550680: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.md"=>Awestruct::Page{ 17517400: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.md"=>Awestruct::Page{ 18883480: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.md"=>Awestruct::Page{ 18697580: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.md"=>Awestruct::Page{ 18489560: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.md"=>Awestruct::Page{ 18335940: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.md"=>Awestruct::Page{ 18130060: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.md"=>Awestruct::Page{ 17769200: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.md"=>Awestruct::Page{ 17326860: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md"=>Awestruct::Page{ 13418440: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.md"=>Awestruct::Page{ 12711000: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.md"=>Awestruct::Page{ 11988260: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.md"=>Awestruct::Page{ 9573560: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.md"=>Awestruct::Page{ 8285640: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.md"=>Awestruct::Page{ 29479140: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.md"=>Awestruct::Page{ 29294280: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.md"=>Awestruct::Page{ 29089260: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.md"=>Awestruct::Page{ 28911680: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.md"=>Awestruct::Page{ 28690620: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md"=>Awestruct::Page{ 28186760: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.md"=>Awestruct::Page{ 28000020: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.md"=>Awestruct::Page{ 27802780: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md"=>Awestruct::Page{ 27636660: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.md"=>Awestruct::Page{ 27469520: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.md"=>Awestruct::Page{ 27235440: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md"=>Awestruct::Page{ 27021000: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.md"=>Awestruct::Page{ 26700700: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.md"=>Awestruct::Page{ 26620740: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.md"=>Awestruct::Page{ 26398780: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.md"=>Awestruct::Page{ 26299640: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md"=>Awestruct::Page{ 26183120: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.md"=>Awestruct::Page{ 26068800: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.md"=>Awestruct::Page{ 25950460: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.md"=>Awestruct::Page{ 25829000: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.md"=>Awestruct::Page{ 25737640: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.md"=>Awestruct::Page{ 25606140: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.md"=>Awestruct::Page{ 25464660: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.md"=>Awestruct::Page{ 25267380: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md"=>Awestruct::Page{ 24790840: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.md"=>Awestruct::Page{ 24458660: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.md"=>Awestruct::Page{ 24120780: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.md"=>Awestruct::Page{ 19645980: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.md"=>Awestruct::Page{ 19391320: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.md"=>Awestruct::Page{ 19406480: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.md"=>Awestruct::Page{ 19146840: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.md"=>Awestruct::Page{ 18579360: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md"=>Awestruct::Page{ 18383140: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.md"=>Awestruct::Page{ 18200160: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.md"=>Awestruct::Page{ 17898940: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.md"=>Awestruct::Page{ 17487700: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.md"=>Awestruct::Page{ 17062480: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.md"=>Awestruct::Page{ 12886020: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.md"=>Awestruct::Page{ 12185120: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.md"=>Awestruct::Page{ 9842260: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.md"=>Awestruct::Page{ 8559340: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.md"=>Awestruct::Page{ 7839940: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.md"=>Awestruct::Page{ 29651040: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.md"=>Awestruct::Page{ 29431500: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.md"=>Awestruct::Page{ 29252020: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.md"=>Awestruct::Page{ 29065240: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.md"=>Awestruct::Page{ 28852760: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 28657900: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.md"=>Awestruct::Page{ 28130780: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.md"=>Awestruct::Page{ 27951580: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.md"=>Awestruct::Page{ 27754380: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.md"=>Awestruct::Page{ 27571160: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.md"=>Awestruct::Page{ 27410600: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.md"=>Awestruct::Page{ 27155360: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.md"=>Awestruct::Page{ 26754480: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md"=>Awestruct::Page{ 26673340: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.md"=>Awestruct::Page{ 26586760: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.md"=>Awestruct::Page{ 26503500: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.md"=>Awestruct::Page{ 26406260: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.md"=>Awestruct::Page{ 26304440: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.md"=>Awestruct::Page{ 26188040: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.md"=>Awestruct::Page{ 26072240: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.md"=>Awestruct::Page{ 25954040: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.md"=>Awestruct::Page{ 25831180: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.md"=>Awestruct::Page{ 25739220: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.md"=>Awestruct::Page{ 25607620: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.md"=>Awestruct::Page{ 25465100: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.md"=>Awestruct::Page{ 25266280: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.md"=>Awestruct::Page{ 24771840: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.md"=>Awestruct::Page{ 24455700: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.md"=>Awestruct::Page{ 24097540: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.md"=>Awestruct::Page{ 19637000: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.md"=>Awestruct::Page{ 19378060: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md"=>Awestruct::Page{ 19372720: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.md"=>Awestruct::Page{ 18777080: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html.haml"=>Awestruct::Page{ 18555800: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html.haml"=>Awestruct::Page{ 18031320: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.md"=>Awestruct::Page{ 17045160: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.md"=>Awestruct::Page{ 12780420: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.md"=>Awestruct::Page{ 12095060: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.md"=>Awestruct::Page{ 9752260: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.md"=>Awestruct::Page{ 8380460: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.md"=>Awestruct::Page{ 7749000: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.md"=>Awestruct::Page{ 29484080: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.md"=>Awestruct::Page{ 29070560: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md"=>Awestruct::Page{ 28658460: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.md"=>Awestruct::Page{ 28246600: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.md"=>Awestruct::Page{ 27795080: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.md"=>Awestruct::Page{ 27443500: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.md"=>Awestruct::Page{ 26748840: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.md"=>Awestruct::Page{ 26570880: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.md"=>Awestruct::Page{ 26375260: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.md"=>Awestruct::Page{ 26127840: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.md"=>Awestruct::Page{ 25876860: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.md"=>Awestruct::Page{ 25639620: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.md"=>Awestruct::Page{ 25305980: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.md"=>Awestruct::Page{ 24479340: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.md"=>Awestruct::Page{ 19604220: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.md"=>Awestruct::Page{ 19302880: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.md"=>Awestruct::Page{ 18481380: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.md"=>Awestruct::Page{ 18058800: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.md"=>Awestruct::Page{ 17208960: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.md"=>Awestruct::Page{ 12191080: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.md"=>Awestruct::Page{ 8290820: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.md"=>Awestruct::Page{ 7884860: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.md"=>Awestruct::Page{ 9726480: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.md"=>Awestruct::Page{ 12715140: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.md"=>Awestruct::Page{ 17268120: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.md"=>Awestruct::Page{ 18134040: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.md"=>Awestruct::Page{ 18535580: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.md"=>Awestruct::Page{ 19340700: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.md"=>Awestruct::Page{ 19485380: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.md"=>Awestruct::Page{ 24374800: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 25220440: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.md"=>Awestruct::Page{ 25883820: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.md"=>Awestruct::Page{ 26123220: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.md"=>Awestruct::Page{ 26272060: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.md"=>Awestruct::Page{ 26512060: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.md"=>Awestruct::Page{ 26677760: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.md"=>Awestruct::Page{ 27154640: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.md"=>Awestruct::Page{ 27473080: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.md"=>Awestruct::Page{ 27836420: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.md"=>Awestruct::Page{ 28260960: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 28679220: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 28646160: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 28759140: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 28717380: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 28846900: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 28919260: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 28886040: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 28965180: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 29086460: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 29045820: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 29150440: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 29124260: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 29212440: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation.adoc"=>Awestruct::Page{ 29504800: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 29130240: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.adoc"=>Awestruct::Page{ 29036000: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability.adoc"=>Awestruct::Page{ 28130420: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale.adoc"=>Awestruct::Page{ 27349900: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 26682820: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.adoc"=>Awestruct::Page{ 26637780: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 26326060: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 26297980: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.adoc"=>Awestruct::Page{ 26233900: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing.adoc"=>Awestruct::Page{ 25754640: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 25221080: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.adoc"=>Awestruct::Page{ 24766680: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations.adoc"=>Awestruct::Page{ 19384000: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html.haml"=>Awestruct::Page{ 18653680: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 18180280: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli.adoc"=>Awestruct::Page{ 17843080: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.adoc"=>Awestruct::Page{ 12121700: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes.adoc"=>Awestruct::Page{ 29676940: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins.adoc"=>Awestruct::Page{ 28786260: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console.adoc"=>Awestruct::Page{ 28008740: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security.adoc"=>Awestruct::Page{ 27078640: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration.adoc"=>Awestruct::Page{ 26490320: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools.adoc"=>Awestruct::Page{ 26049200: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users.adoc"=>Awestruct::Page{ 25619220: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up.adoc"=>Awestruct::Page{ 24459540: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 17462940: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.adoc"=>Awestruct::Page{ 19403580: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring.adoc"=>Awestruct::Page{ 18219360: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security.adoc"=>Awestruct::Page{ 12961200: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef.adoc"=>Awestruct::Page{ 8517140: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet.adoc"=>Awestruct::Page{ 29265940: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders.adoc"=>Awestruct::Page{ 28465080: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 27912520: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started.adoc"=>Awestruct::Page{ 27743660: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.adoc"=>Awestruct::Page{ 26729960: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile.adoc"=>Awestruct::Page{ 26306280: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch.adoc"=>Awestruct::Page{ 25825420: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview.adoc"=>Awestruct::Page{ 25359880: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries.adoc"=>Awestruct::Page{ 24480700: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax.adoc"=>Awestruct::Page{ 18672580: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code.adoc"=>Awestruct::Page{ 17360480: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 12147980: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 12080080: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 11987280: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 11863700: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 11732480: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 11577480: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 11449640: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 9805160: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 9645800: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 9438100: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 9351700: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 9152760: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 9122260: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 9086040: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 8518960: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 8350780: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 8270840: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 8199760: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 7907440: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 7862040: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 7591380: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 7784280: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 7737460: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 6844220: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 6716120: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 29714980: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 29378600: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 29696060: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 29650620: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 29625780: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 29605920: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 29542040: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 29488260: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 29479760: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 29469140: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 29426540: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 29389640: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 29370580: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 29343080: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 29324880: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 29307240: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 29287840: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 29250860: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 29214280: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 29180060: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.adoc"=>Awestruct::Page{ 29066180: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins.html.haml"=>Awestruct::Page{ 28379360: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 28150980: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet.adoc"=>Awestruct::Page{ 28038320: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.adoc"=>Awestruct::Page{ 27255780: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java.adoc"=>Awestruct::Page{ 26562980: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python.adoc"=>Awestruct::Page{ 26159640: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby.adoc"=>Awestruct::Page{ 25716100: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 24906600: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints.adoc"=>Awestruct::Page{ 24694080: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.adoc"=>Awestruct::Page{ 19055700: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api.adoc"=>Awestruct::Page{ 18369760: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.adoc"=>Awestruct::Page{ 17071320: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples.html.haml"=>Awestruct::Page{ 11696200: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.adoc"=>Awestruct::Page{ 7620800: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector.adoc"=>Awestruct::Page{ 29392300: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible.adoc"=>Awestruct::Page{ 28731060: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor.adoc"=>Awestruct::Page{ 28081660: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory.adoc"=>Awestruct::Page{ 27414000: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier.adoc"=>Awestruct::Page{ 26663420: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub.adoc"=>Awestruct::Page{ 26367040: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman.adoc"=>Awestruct::Page{ 26003080: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh.adoc"=>Awestruct::Page{ 25632360: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding.adoc"=>Awestruct::Page{ 24614680: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier.adoc"=>Awestruct::Page{ 19460940: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification.adoc"=>Awestruct::Page{ 18586840: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves.adoc"=>Awestruct::Page{ 17821680: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow.adoc"=>Awestruct::Page{ 12526100: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext.adoc"=>Awestruct::Page{ 6769440: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager.adoc"=>Awestruct::Page{ 29007320: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep.adoc"=>Awestruct::Page{ 28378620: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling.adoc"=>Awestruct::Page{ 27744280: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger.adoc"=>Awestruct::Page{ 27076540: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git.adoc"=>Awestruct::Page{ 26540840: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest.adoc"=>Awestruct::Page{ 26212140: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin.adoc"=>Awestruct::Page{ 25822820: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat.adoc"=>Awestruct::Page{ 25375540: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc"=>Awestruct::Page{ 23982580: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher.adoc"=>Awestruct::Page{ 19096400: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request.adoc"=>Awestruct::Page{ 18194880: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html.haml"=>Awestruct::Page{ 17150540: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin.adoc"=>Awestruct::Page{ 9823640: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira.adoc"=>Awestruct::Page{ 29567280: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging.adoc"=>Awestruct::Page{ 28857980: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc"=>Awestruct::Page{ 28168800: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps.adoc"=>Awestruct::Page{ 27492240: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes.adoc"=>Awestruct::Page{ 26659900: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner.adoc"=>Awestruct::Page{ 26327960: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources.adoc"=>Awestruct::Page{ 25943140: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon.adoc"=>Awestruct::Page{ 25576460: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost.adoc"=>Awestruct::Page{ 24533380: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder.adoc"=>Awestruct::Page{ 19395540: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader.adoc"=>Awestruct::Page{ 18496240: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline.adoc"=>Awestruct::Page{ 17187960: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4.adoc"=>Awestruct::Page{ 7616400: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor.adoc"=>Awestruct::Page{ 29090820: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws.adoc"=>Awestruct::Page{ 28398680: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step.adoc"=>Awestruct::Page{ 27566380: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath.adoc"=>Awestruct::Page{ 26732960: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step.adoc"=>Awestruct::Page{ 26435860: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step.adoc"=>Awestruct::Page{ 18948620: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven.adoc"=>Awestruct::Page{ 18413060: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step.adoc"=>Awestruct::Page{ 17443920: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition.adoc"=>Awestruct::Page{ 11867760: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step.adoc"=>Awestruct::Page{ 29701880: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps.adoc"=>Awestruct::Page{ 28857400: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog.adoc"=>Awestruct::Page{ 28188440: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline.adoc"=>Awestruct::Page{ 27565600: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier.adoc"=>Awestruct::Page{ 26728380: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector.adoc"=>Awestruct::Page{ 25878640: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand.adoc"=>Awestruct::Page{ 25511540: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack.adoc"=>Awestruct::Page{ 24401500: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend.adoc"=>Awestruct::Page{ 17457700: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent.adoc"=>Awestruct::Page{ 18416700: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter.adoc"=>Awestruct::Page{ 17441220: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion.adoc"=>Awestruct::Page{ 11825880: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert.adoc"=>Awestruct::Page{ 29623540: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper.adoc"=>Awestruct::Page{ 28947740: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber.adoc"=>Awestruct::Page{ 28209400: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud.adoc"=>Awestruct::Page{ 27451280: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps.adoc"=>Awestruct::Page{ 44115440: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib.adoc"=>Awestruct::Page{ 44454160: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps.adoc"=>Awestruct::Page{ 44798280: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step.adoc"=>Awestruct::Page{ 45226660: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch.adoc"=>Awestruct::Page{ 44823420: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step.adoc"=>Awestruct::Page{ 54069580: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents.adoc"=>Awestruct::Page{ 54550080: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment.adoc"=>Awestruct::Page{ 54855720: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment.adoc"=>Awestruct::Page{ 55188720: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world.adoc"=>Awestruct::Page{ 55524980: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post.adoc"=>Awestruct::Page{ 55827300: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps.adoc"=>Awestruct::Page{ 56158100: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts.adoc"=>Awestruct::Page{ 56497760: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19.adoc"=>Awestruct::Page{ 56839580: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32.adoc"=>Awestruct::Page{ 57163220: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7.adoc"=>Awestruct::Page{ 57481520: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide.html.haml"=>Awestruct::Page{ 57699940: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate.adoc"=>Awestruct::Page{ 57999380: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download.html.haml"=>Awestruct::Page{ 58156900: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 58352040: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 58391520: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 58408840: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 58401620: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 58419340: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 58428860: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 58457560: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 58450540: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 58487440: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 58496960: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 58514660: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 58507840: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 58525560: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 58535080: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.adoc"=>Awestruct::Page{ 58562580: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout.adoc"=>Awestruct::Page{ 58688160: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 58837660: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 58855260: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 58864800: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 58882380: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 58891900: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 58885100: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 58902840: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 58931420: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 58948940: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 58941920: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 58959640: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 58969180: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 58986920: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 58996460: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 59014200: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 59007400: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 59025140: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 59034680: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 59063100: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 59080620: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 59073600: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 59091120: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 59100460: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 59118200: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 59127740: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 59145480: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 59138680: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 59156420: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 59165960: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 59183700: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 59201420: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 59210940: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 59204120: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 59221860: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 59231380: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 59262380: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 59271500: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 59299580: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 59316900: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 59334200: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 59326980: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README.asciidoc"=>Awestruct::Page{ 59388980: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 59510420: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 59527740: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 59545060: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 59554400: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 59571920: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 59565120: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 59582840: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 59592380: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 59610120: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 59619660: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 59637400: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 59630600: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 59648340: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 59657860: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 59686660: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 59679840: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 59697560: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 59722920: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 59740440: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 59749760: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 59767300: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 59784800: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 59777800: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 59787140: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 59804660: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 59814000: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 59831540: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 59849080: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 59858420: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 59851400: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 59868940: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 59886460: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 59895780: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 59913300: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 59922660: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 59940180: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 59933160: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 59950700: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 59960040: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 59977560: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 59986880: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 60004420: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 60021960: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 60014960: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 60024280: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 60041800: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 60051140: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 60068640: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 60086160: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 60095500: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 60088500: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 60106020: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 60115360: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 60132900: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 60161180: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 60154160: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 60171680: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 60181000: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 60198520: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 60216040: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 60219900: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 60237420: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 60246760: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 60264280: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 60281800: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 60291340: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 60309080: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 60302280: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 60326200: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 60354480: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 60371800: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 60383740: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 60392860: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 60420840: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 60438140: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 60455460: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 60489160: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 60481940: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 60501440: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 60510560: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 60519680: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 60537000: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 60554320: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 60547100: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 60556220: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 60573540: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 60601820: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 60619140: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 60622180: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 60639480: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 60656800: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 60665920: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 60683220: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 60692340: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 60709660: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 60726960: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 60719740: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 60763300: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 60772420: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 60781560: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 60790680: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 60799800: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 60817120: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 60809900: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 60827220: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 60836340: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 60853660: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 60862800: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 60880120: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 60897440: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 60901300: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 60928280: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 60945600: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 60962920: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 60972040: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 60989360: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 60982140: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 60999460: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 61008580: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 61025900: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 61035020: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 61052320: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 61069640: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 61078760: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 61071540: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 61088840: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 61117120: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 61134300: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 61138140: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 61174500: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 61183620: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 61200940: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 61210260: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 61203240: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 61220760: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 61238040: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 61247120: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 61264400: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 61281680: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 61298940: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 61316220: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 61308960: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 61326240: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 61346020: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 61355160: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 61372480: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 61381600: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 61398920: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 61426560: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 61435700: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 61444820: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 61453940: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 61463060: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 61480380: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 61473160: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 61482280: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 61499580: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 61517100: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 61544360: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 61553480: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 61570800: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 61563580: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 61580880: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 61590000: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 61607320: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 61616440: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 61633760: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 61651080: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 61660200: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 61677520: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 61689460: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 61698580: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 61726100: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 61718880: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 61736200: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 61753520: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 61762660: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 61779980: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 61789100: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 61806420: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 61823740: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 61832860: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 61860900: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 61870020: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 61879140: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 61888280: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 61897400: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 61925720: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 61934840: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61953920: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61963040: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61980360: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 61973140: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 61990440: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 62007760: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 62016880: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 62034180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 62043300: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 62060620: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 62077920: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 62087040: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 62115060: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 62124180: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 62133320: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 62142440: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 62151560: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 62179680: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 62188800: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 62197920: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 62207040: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 62216380: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 62244000: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 62253140: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 62262260: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 62271380: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 62288700: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 62297840: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 62315160: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 62324280: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 62317060: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 62334580: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 62352100: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 62396460: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 62405580: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 62414700: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 62407480: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 62416620: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 62444900: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 62462220: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 62471540: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 62499560: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 62508680: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 62517800: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 62526920: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 62536040: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 62564160: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 62573280: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 62582420: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 62591540: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 62595380: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 62631560: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 62640680: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 62658000: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 62667140: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 62684460: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 62712580: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 62721700: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 62730820: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 62739940: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 62743180: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 62760380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 62769500: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 62786700: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 62804020: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 62813140: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 62824580: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 62833700: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 62851000: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 62868320: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 62877440: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 62894740: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 62912060: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 62915500: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 62932800: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 62950120: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 62959240: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 62976540: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 62986080: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 63003820: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 62997020: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 63014740: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 63059220: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 63068540: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 63077880: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 63070860: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 63080180: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 63089500: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 63107020: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 63124540: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 63128400: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 63145920: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 63155260: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 63172780: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 63190300: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 63199860: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 63217600: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 63210780: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 63220320: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 63238060: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 63255800: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 63265340: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 63283080: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 63276260: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 63294000: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html.haml"=>Awestruct::Page{ 63303880: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects.adoc"=>Awestruct::Page{ 63569160: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 63779600: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 63784700: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 63939380: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 63957700: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.md"=>Awestruct::Page{ 64024460: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 64262260: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.md"=>Awestruct::Page{ 64275060: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.md"=>Awestruct::Page{ 64524660: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.md"=>Awestruct::Page{ 64721200: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.md"=>Awestruct::Page{ 64852700: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.md"=>Awestruct::Page{ 64975980: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.md"=>Awestruct::Page{ 65099260: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.md"=>Awestruct::Page{ 65230760: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.md"=>Awestruct::Page{ 65354080: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.md"=>Awestruct::Page{ 65485560: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.md"=>Awestruct::Page{ 65608860: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.md"=>Awestruct::Page{ 65732160: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.md"=>Awestruct::Page{ 65839140: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.md"=>Awestruct::Page{ 65962440: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.md"=>Awestruct::Page{ 66093920: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.md"=>Awestruct::Page{ 66217220: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.md"=>Awestruct::Page{ 66348740: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.md"=>Awestruct::Page{ 66472080: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.md"=>Awestruct::Page{ 66595380: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.md"=>Awestruct::Page{ 66726860: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.md"=>Awestruct::Page{ 66858380: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.md"=>Awestruct::Page{ 66973520: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.md"=>Awestruct::Page{ 67105020: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.md"=>Awestruct::Page{ 67228300: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.md"=>Awestruct::Page{ 67359800: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.md"=>Awestruct::Page{ 67483100: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.md"=>Awestruct::Page{ 67606420: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.md"=>Awestruct::Page{ 67737900: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.md"=>Awestruct::Page{ 67861200: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.md"=>Awestruct::Page{ 67984500: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.md"=>Awestruct::Page{ 67844720: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.md"=>Awestruct::Page{ 67410920: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.md"=>Awestruct::Page{ 66968900: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.md"=>Awestruct::Page{ 66526900: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.md"=>Awestruct::Page{ 66034600: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.md"=>Awestruct::Page{ 65592020: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.md"=>Awestruct::Page{ 65158220: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.md"=>Awestruct::Page{ 64716180: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.md"=>Awestruct::Page{ 64287060: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.md"=>Awestruct::Page{ 63918000: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.md"=>Awestruct::Page{ 63491700: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.md"=>Awestruct::Page{ 63212060: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.md"=>Awestruct::Page{ 63022100: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.md"=>Awestruct::Page{ 62815360: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.md"=>Awestruct::Page{ 62633660: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.md"=>Awestruct::Page{ 62443360: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.md"=>Awestruct::Page{ 62261860: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.md"=>Awestruct::Page{ 62071880: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.md"=>Awestruct::Page{ 61873940: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.md"=>Awestruct::Page{ 61675380: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.md"=>Awestruct::Page{ 61485420: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.md"=>Awestruct::Page{ 61311800: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.md"=>Awestruct::Page{ 61113520: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.md"=>Awestruct::Page{ 60906840: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.md"=>Awestruct::Page{ 60724800: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.md"=>Awestruct::Page{ 60534700: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.md"=>Awestruct::Page{ 60345320: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.md"=>Awestruct::Page{ 60147160: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.md"=>Awestruct::Page{ 59940280: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.md"=>Awestruct::Page{ 59749280: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.md"=>Awestruct::Page{ 59567740: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.md"=>Awestruct::Page{ 59270780: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.md"=>Awestruct::Page{ 59055700: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.md"=>Awestruct::Page{ 58865720: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.md"=>Awestruct::Page{ 58496160: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.md"=>Awestruct::Page{ 58233420: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.md"=>Awestruct::Page{ 57815340: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.md"=>Awestruct::Page{ 57364960: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.md"=>Awestruct::Page{ 56947300: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.md"=>Awestruct::Page{ 56521480: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.md"=>Awestruct::Page{ 56054320: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.md"=>Awestruct::Page{ 55603980: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.md"=>Awestruct::Page{ 55153540: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.md"=>Awestruct::Page{ 54694840: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.md"=>Awestruct::Page{ 54252520: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.md"=>Awestruct::Page{ 53540200: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.md"=>Awestruct::Page{ 52958960: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.md"=>Awestruct::Page{ 52533400: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.md"=>Awestruct::Page{ 52099620: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.md"=>Awestruct::Page{ 48452860: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.md"=>Awestruct::Page{ 46724800: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.md"=>Awestruct::Page{ 44284020: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.md"=>Awestruct::Page{ 45144300: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.md"=>Awestruct::Page{ 44438860: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.md"=>Awestruct::Page{ 29215360: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.md"=>Awestruct::Page{ 28331840: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.md"=>Awestruct::Page{ 27484580: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.md"=>Awestruct::Page{ 26566880: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.md"=>Awestruct::Page{ 26117340: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.md"=>Awestruct::Page{ 25861820: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.md"=>Awestruct::Page{ 25648380: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.md"=>Awestruct::Page{ 25358660: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.md"=>Awestruct::Page{ 24586500: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.md"=>Awestruct::Page{ 23932880: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.md"=>Awestruct::Page{ 19667360: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.md"=>Awestruct::Page{ 18658440: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.md"=>Awestruct::Page{ 18287800: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.md"=>Awestruct::Page{ 17660040: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.md"=>Awestruct::Page{ 13128140: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.md"=>Awestruct::Page{ 11857840: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.md"=>Awestruct::Page{ 9744040: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.md"=>Awestruct::Page{ 13046740: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.md"=>Awestruct::Page{ 17797720: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.md"=>Awestruct::Page{ 18404020: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.md"=>Awestruct::Page{ 19078000: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.md"=>Awestruct::Page{ 19412700: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.md"=>Awestruct::Page{ 24396540: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.md"=>Awestruct::Page{ 25224980: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.md"=>Awestruct::Page{ 25596740: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.md"=>Awestruct::Page{ 25826420: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.md"=>Awestruct::Page{ 26125880: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.md"=>Awestruct::Page{ 26486640: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.md"=>Awestruct::Page{ 27076600: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.md"=>Awestruct::Page{ 28211780: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.md"=>Awestruct::Page{ 28948100: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.md"=>Awestruct::Page{ 44448540: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.md"=>Awestruct::Page{ 45078860: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.md"=>Awestruct::Page{ 47658780: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.md"=>Awestruct::Page{ 46774500: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.md"=>Awestruct::Page{ 47970940: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.md"=>Awestruct::Page{ 51902400: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.md"=>Awestruct::Page{ 52484480: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.md"=>Awestruct::Page{ 52861720: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.md"=>Awestruct::Page{ 53509200: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.md"=>Awestruct::Page{ 54263260: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.md"=>Awestruct::Page{ 54705280: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.md"=>Awestruct::Page{ 55032780: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.md"=>Awestruct::Page{ 55556840: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.md"=>Awestruct::Page{ 56072980: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.md"=>Awestruct::Page{ 56539880: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.md"=>Awestruct::Page{ 56843040: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.md"=>Awestruct::Page{ 57317960: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.md"=>Awestruct::Page{ 57703040: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.md"=>Awestruct::Page{ 58243340: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.md"=>Awestruct::Page{ 58455320: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.md"=>Awestruct::Page{ 58822100: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.md"=>Awestruct::Page{ 59057800: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.md"=>Awestruct::Page{ 59293520: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.md"=>Awestruct::Page{ 59530600: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.md"=>Awestruct::Page{ 59766100: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.md"=>Awestruct::Page{ 59895880: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.md"=>Awestruct::Page{ 60131620: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.md"=>Awestruct::Page{ 60260860: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.md"=>Awestruct::Page{ 60505040: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.md"=>Awestruct::Page{ 60732740: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.md"=>Awestruct::Page{ 60862060: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.md"=>Awestruct::Page{ 61131080: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.md"=>Awestruct::Page{ 61260620: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.md"=>Awestruct::Page{ 61529260: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.md"=>Awestruct::Page{ 61658460: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.md"=>Awestruct::Page{ 61788240: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.md"=>Awestruct::Page{ 62081340: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.md"=>Awestruct::Page{ 62210860: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.md"=>Awestruct::Page{ 62503720: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.md"=>Awestruct::Page{ 62617200: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.md"=>Awestruct::Page{ 62746980: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.md"=>Awestruct::Page{ 63056480: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.md"=>Awestruct::Page{ 63169360: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.md"=>Awestruct::Page{ 63585680: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.md"=>Awestruct::Page{ 63765740: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.md"=>Awestruct::Page{ 64281440: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.md"=>Awestruct::Page{ 64786920: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.md"=>Awestruct::Page{ 65037780: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.md"=>Awestruct::Page{ 65536500: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.md"=>Awestruct::Page{ 65928800: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.md"=>Awestruct::Page{ 66542900: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.md"=>Awestruct::Page{ 66861440: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.md"=>Awestruct::Page{ 67482300: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.md"=>Awestruct::Page{ 67735120: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.md"=>Awestruct::Page{ 45870660: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.md"=>Awestruct::Page{ 47820800: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.md"=>Awestruct::Page{ 44610000: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.md"=>Awestruct::Page{ 45601700: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.md"=>Awestruct::Page{ 46298440: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.md"=>Awestruct::Page{ 46102260: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.md"=>Awestruct::Page{ 47331440: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.md"=>Awestruct::Page{ 48028180: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.md"=>Awestruct::Page{ 48610240: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.md"=>Awestruct::Page{ 44203360: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.md"=>Awestruct::Page{ 51928860: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.md"=>Awestruct::Page{ 52150520: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.md"=>Awestruct::Page{ 52306580: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.md"=>Awestruct::Page{ 52454460: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.md"=>Awestruct::Page{ 52569560: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.md"=>Awestruct::Page{ 52766620: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.md"=>Awestruct::Page{ 52881720: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.md"=>Awestruct::Page{ 52996820: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.md"=>Awestruct::Page{ 53300380: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.md"=>Awestruct::Page{ 53448280: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.md"=>Awestruct::Page{ 53686280: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.md"=>Awestruct::Page{ 53834160: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.md"=>Awestruct::Page{ 53957480: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.md"=>Awestruct::Page{ 54301940: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.md"=>Awestruct::Page{ 54523560: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.md"=>Awestruct::Page{ 54679640: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.md"=>Awestruct::Page{ 54925840: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.md"=>Awestruct::Page{ 55057340: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.md"=>Awestruct::Page{ 55278940: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.md"=>Awestruct::Page{ 55500560: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.md"=>Awestruct::Page{ 55640300: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.md"=>Awestruct::Page{ 55853740: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.md"=>Awestruct::Page{ 56001620: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.md"=>Awestruct::Page{ 56239620: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.md"=>Awestruct::Page{ 56379300: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.md"=>Awestruct::Page{ 56625460: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.md"=>Awestruct::Page{ 56912620: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.md"=>Awestruct::Page{ 57044100: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.md"=>Awestruct::Page{ 57282120: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.md"=>Awestruct::Page{ 57528340: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.md"=>Awestruct::Page{ 57659820: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.md"=>Awestruct::Page{ 57865020: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.md"=>Awestruct::Page{ 58119380: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.md"=>Awestruct::Page{ 58316400: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.md"=>Awestruct::Page{ 58677280: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.md"=>Awestruct::Page{ 59488680: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.md"=>Awestruct::Page{ 63626100: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.md"=>Awestruct::Page{ 63741240: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.md"=>Awestruct::Page{ 63987420: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.md"=>Awestruct::Page{ 64176280: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.md"=>Awestruct::Page{ 64373280: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.md"=>Awestruct::Page{ 64578520: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.md"=>Awestruct::Page{ 64923000: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.md"=>Awestruct::Page{ 65185540: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.md"=>Awestruct::Page{ 65456320: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.md"=>Awestruct::Page{ 65808960: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.md"=>Awestruct::Page{ 66071580: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.md"=>Awestruct::Page{ 66334140: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.md"=>Awestruct::Page{ 66572140: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.md"=>Awestruct::Page{ 66924820: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.md"=>Awestruct::Page{ 67195560: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.md"=>Awestruct::Page{ 67458140: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.md"=>Awestruct::Page{ 67810820: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.md"=>Awestruct::Page{ 67958620: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.md"=>Awestruct::Page{ 67709580: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.md"=>Awestruct::Page{ 67436280: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.md"=>Awestruct::Page{ 67081500: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.md"=>Awestruct::Page{ 66816180: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.md"=>Awestruct::Page{ 66460640: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.md"=>Awestruct::Page{ 66211780: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.md"=>Awestruct::Page{ 65938400: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.md"=>Awestruct::Page{ 65582920: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.md"=>Awestruct::Page{ 65318280: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.md"=>Awestruct::Page{ 64954320: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.md"=>Awestruct::Page{ 64615720: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.md"=>Awestruct::Page{ 64424220: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.md"=>Awestruct::Page{ 64191320: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.md"=>Awestruct::Page{ 63982740: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.md"=>Awestruct::Page{ 63734120: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.md"=>Awestruct::Page{ 63460360: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.md"=>Awestruct::Page{ 59475820: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.md"=>Awestruct::Page{ 58644820: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.md"=>Awestruct::Page{ 58281320: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.md"=>Awestruct::Page{ 58065660: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.md"=>Awestruct::Page{ 57800760: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.md"=>Awestruct::Page{ 57601280: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.md"=>Awestruct::Page{ 57352520: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.md"=>Awestruct::Page{ 57210160: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.md"=>Awestruct::Page{ 56969920: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.md"=>Awestruct::Page{ 56679980: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.md"=>Awestruct::Page{ 56513400: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.md"=>Awestruct::Page{ 56288760: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.md"=>Awestruct::Page{ 56014720: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.md"=>Awestruct::Page{ 55888820: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.md"=>Awestruct::Page{ 55648100: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.md"=>Awestruct::Page{ 55391240: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.md"=>Awestruct::Page{ 55265500: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.md"=>Awestruct::Page{ 55008160: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.md"=>Awestruct::Page{ 54874460: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.md"=>Awestruct::Page{ 54650480: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.md"=>Awestruct::Page{ 54385360: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.md"=>Awestruct::Page{ 54234940: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.md"=>Awestruct::Page{ 53904420: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.md"=>Awestruct::Page{ 53745720: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.md"=>Awestruct::Page{ 53521720: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.md"=>Awestruct::Page{ 53363040: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.md"=>Awestruct::Page{ 53032420: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.md"=>Awestruct::Page{ 52922520: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.md"=>Awestruct::Page{ 52780040: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.md"=>Awestruct::Page{ 52604520: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.md"=>Awestruct::Page{ 52462140: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.md"=>Awestruct::Page{ 52311200: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.md"=>Awestruct::Page{ 52152680: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.md"=>Awestruct::Page{ 44538860: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.md"=>Awestruct::Page{ 44159020: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.md"=>Awestruct::Page{ 48391200: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.md"=>Awestruct::Page{ 47757080: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.md"=>Awestruct::Page{ 47065860: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.md"=>Awestruct::Page{ 46562840: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.md"=>Awestruct::Page{ 45864080: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.md"=>Awestruct::Page{ 45025760: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.md"=>Awestruct::Page{ 48143880: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.md"=>Awestruct::Page{ 46519120: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.md"=>Awestruct::Page{ 67979140: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.md"=>Awestruct::Page{ 67608120: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.md"=>Awestruct::Page{ 67294780: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.md"=>Awestruct::Page{ 66965540: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.md"=>Awestruct::Page{ 66587140: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.md"=>Awestruct::Page{ 66233280: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.md"=>Awestruct::Page{ 65928280: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.md"=>Awestruct::Page{ 65590840: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.md"=>Awestruct::Page{ 65212300: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.md"=>Awestruct::Page{ 64849880: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.md"=>Awestruct::Page{ 64673220: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.md"=>Awestruct::Page{ 64260440: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.md"=>Awestruct::Page{ 63956720: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.md"=>Awestruct::Page{ 63602820: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.md"=>Awestruct::Page{ 63306240: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.md"=>Awestruct::Page{ 63213900: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.md"=>Awestruct::Page{ 63120960: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.md"=>Awestruct::Page{ 63020140: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.md"=>Awestruct::Page{ 62919900: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.md"=>Awestruct::Page{ 62828080: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.md"=>Awestruct::Page{ 62735240: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.md"=>Awestruct::Page{ 62635320: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.md"=>Awestruct::Page{ 62534520: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.md"=>Awestruct::Page{ 62441940: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.md"=>Awestruct::Page{ 62350440: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.md"=>Awestruct::Page{ 62258000: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.md"=>Awestruct::Page{ 62149180: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.md"=>Awestruct::Page{ 62056600: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.md"=>Awestruct::Page{ 61956360: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.md"=>Awestruct::Page{ 61872660: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.md"=>Awestruct::Page{ 61764020: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.md"=>Awestruct::Page{ 61671660: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.md"=>Awestruct::Page{ 61579440: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.md"=>Awestruct::Page{ 61478240: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.md"=>Awestruct::Page{ 61378080: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.md"=>Awestruct::Page{ 61294120: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.md"=>Awestruct::Page{ 61185240: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.md"=>Awestruct::Page{ 61093080: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.md"=>Awestruct::Page{ 61001140: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.md"=>Awestruct::Page{ 60900460: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.md"=>Awestruct::Page{ 60799220: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.md"=>Awestruct::Page{ 60706560: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.md"=>Awestruct::Page{ 60614820: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.md"=>Awestruct::Page{ 60514440: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.md"=>Awestruct::Page{ 60414060: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.md"=>Awestruct::Page{ 60305660: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.md"=>Awestruct::Page{ 60213400: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.md"=>Awestruct::Page{ 60112500: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.md"=>Awestruct::Page{ 60020240: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.md"=>Awestruct::Page{ 59919400: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.md"=>Awestruct::Page{ 59826980: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.md"=>Awestruct::Page{ 59725820: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.md"=>Awestruct::Page{ 59634120: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.md"=>Awestruct::Page{ 59541440: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.md"=>Awestruct::Page{ 59335460: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.md"=>Awestruct::Page{ 59226500: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.md"=>Awestruct::Page{ 59125700: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.md"=>Awestruct::Page{ 59033100: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.md"=>Awestruct::Page{ 58932640: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.md"=>Awestruct::Page{ 58840440: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.md"=>Awestruct::Page{ 58510440: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.md"=>Awestruct::Page{ 58417780: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.md"=>Awestruct::Page{ 58178460: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.md"=>Awestruct::Page{ 57874740: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.md"=>Awestruct::Page{ 57480160: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.md"=>Awestruct::Page{ 57134860: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.md"=>Awestruct::Page{ 56822420: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.md"=>Awestruct::Page{ 56518440: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.md"=>Awestruct::Page{ 56157560: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.md"=>Awestruct::Page{ 55754780: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.md"=>Awestruct::Page{ 55434200: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.md"=>Awestruct::Page{ 55105820: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.md"=>Awestruct::Page{ 54752560: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.md"=>Awestruct::Page{ 54440260: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.md"=>Awestruct::Page{ 53824580: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.md"=>Awestruct::Page{ 53045660: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.md"=>Awestruct::Page{ 52578060: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.md"=>Awestruct::Page{ 52060860: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.md"=>Awestruct::Page{ 45154200: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.md"=>Awestruct::Page{ 48636220: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.md"=>Awestruct::Page{ 48145160: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.md"=>Awestruct::Page{ 47637660: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.md"=>Awestruct::Page{ 47146560: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.md"=>Awestruct::Page{ 46778320: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.md"=>Awestruct::Page{ 46287220: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.md"=>Awestruct::Page{ 45558540: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.md"=>Awestruct::Page{ 45042880: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code.adoc"=>Awestruct::Page{ 46279260: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html.haml"=>Awestruct::Page{ 45684540: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines.adoc"=>Awestruct::Page{ 44389720: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins.html.haml"=>Awestruct::Page{ 43345340: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 42619280: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press.adoc"=>Awestruct::Page{ 43015260: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean.adoc"=>Awestruct::Page{ 29361040: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc.adoc"=>Awestruct::Page{ 28718400: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.adoc"=>Awestruct::Page{ 28107760: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot.adoc"=>Awestruct::Page{ 27490960: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure.adoc"=>Awestruct::Page{ 26706880: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest.html.haml"=>Awestruct::Page{ 26481540: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam.adoc"=>Awestruct::Page{ 26139080: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.md"=>Awestruct::Page{ 25824360: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs.adoc"=>Awestruct::Page{ 25719200: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout.adoc"=>Awestruct::Page{ 25589980: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins.adoc"=>Awestruct::Page{ 25374640: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144.adoc"=>Awestruct::Page{ 24936000: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security.adoc"=>Awestruct::Page{ 24430960: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 19395780: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 17471560: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 17451660: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 19601300: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 19534520: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 19438680: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 19339760: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 19310860: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 18871980: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 18963160: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 19080620: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 18794440: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 18821420: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 18774440: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 18755780: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 18699960: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 18662340: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 18634520: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 18615780: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 18587940: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 18546600: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 18524000: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 18488340: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 18460660: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 18442000: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 18413680: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 18389780: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 18373660: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 18348920: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 18333280: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 18301220: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 18264480: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 18235400: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 18208200: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 18181640: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 18131580: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 18061940: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 18018460: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 17957780: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 17943180: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 17874360: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 17820860: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 17771220: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 17718780: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 17660840: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 17639680: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 17512600: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 17485180: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 17424580: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 17342680: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 17286480: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 17203980: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 13203960: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 13114460: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 13075700: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 12984400: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 12932740: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 12506840: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 12413940: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 12220240: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 12181640: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 12077100: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 11974540: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 11812340: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 11691540: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 11522180: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 9903520: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 9817980: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 9645880: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 9435120: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 9348980: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 9140260: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 9114600: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 9075340: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 8467920: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 8339040: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 8225520: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 8030740: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 7895520: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 7871340: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 7597140: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 7802300: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 7742660: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 6791780: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 6700260: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 39610960: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 41184540: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 42913660: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 39834200: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 39548080: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 40228740: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 42719720: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 41114820: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 41148200: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 41140660: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 41870480: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 42051320: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 41675100: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 41364540: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 41553560: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 42021120: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 41014240: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 41023040: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 41449640: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 41458560: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 42171860: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 42164440: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 41943860: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 43140620: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 43149420: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 43428680: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 43437480: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 43446400: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 43627240: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 43635920: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 43644500: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 42989860: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 42998660: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 43007600: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 43000060: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 43017180: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 42346060: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 42354980: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 42371960: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 42380760: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 42389700: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 43684640: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 43693560: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 43702380: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 43719500: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 43728420: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 43721000: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 42607500: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 42624620: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 42633440: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 42642360: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 42659340: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 42668260: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 42677080: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 43218480: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 43227280: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 43236080: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 43253200: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 43245660: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 43254460: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 43263380: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 43280380: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 42437220: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 42446140: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 42463140: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 42472080: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 42480880: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 42497860: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 42506780: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 42515600: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 43843440: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 43835900: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 43844700: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 43853620: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 43870620: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 43879540: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 43888460: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 43905460: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 43914380: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 43923180: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 43325780: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 43334720: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 43343520: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 43336100: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 43353200: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 43362000: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 43370940: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 43388060: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 43396860: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 43405660: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 43496520: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 43505320: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 43514240: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 43531240: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 43540180: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 43532640: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 43541440: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 43558540: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 43567340: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 43576280: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 43593280: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 42193180: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 42201980: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 42218980: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 42227920: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 42236720: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 42253700: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 42246280: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 42255080: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 42264020: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 42281020: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 42289940: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 42298740: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 43954140: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 43963060: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 43971860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 43988860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 43997780: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 44006580: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 44023580: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 44016160: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 44024980: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 44033900: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 44050880: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 44059800: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 44068620: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 44085620: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 44094540: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 44103340: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 45414680: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 46005240: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 46833240: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 46825700: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 46867400: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 47498800: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 48294160: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 44329840: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 45338200: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 45387960: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 45642640: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 45913600: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 45955180: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 45783880: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 46456240: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 46448700: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 46506760: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 47113700: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 47163460: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 47385260: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 47648140: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 47706100: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 47919720: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 48190780: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 48510880: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 44292740: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 44326120: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 44359620: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 44352080: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 44664100: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 44697480: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 44968560: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 45034700: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 45313960: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 45347340: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 45438060: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 45471560: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 45488540: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 45661300: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 45727460: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 45720040: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 45565120: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 45901720: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 45935100: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 45968600: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 46067640: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 45756960: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 46249200: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 46315460: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 46389920: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 46431480: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 46555080: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 46547540: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 46589220: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 46630780: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 46746200: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 46787780: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 46092200: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 46174740: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 46904560: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 46938060: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 47061680: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 47103380: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 47095960: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 47137540: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 47252960: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 47302740: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 47377080: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 47459740: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 47534080: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 47575760: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 47699240: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 47740920: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 47782480: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 47897780: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 47890560: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 47932460: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 48099060: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 48737820: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 44311200: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 44684700: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 45013500: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 45362480: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 45551040: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 45713400: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 46305960: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 46678560: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 46835020: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 46884980: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 47094360: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 47604980: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 47795260: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 47839440: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 47881760: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 48005340: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 48030840: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 48048160: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 48090040: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 48107340: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 48116460: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 48158360: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 48167500: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android.adoc"=>Awestruct::Page{ 54900820: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c.adoc"=>Awestruct::Page{ 47003220: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker.adoc"=>Awestruct::Page{ 66169900: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded.adoc"=>Awestruct::Page{ 67665240: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github.adoc"=>Awestruct::Page{ 45698360: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java.adoc"=>Awestruct::Page{ 55222220: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline.adoc"=>Awestruct::Page{ 58815520: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python.adoc"=>Awestruct::Page{ 52442080: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby.adoc"=>Awestruct::Page{ 47394120: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 63829940: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 65419060: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "/../../../../../.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml"=>Awestruct::Page{ 58466920: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html.haml"=>Awestruct::Page{ 60029160: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/_ext/atom.xml.haml"=>Awestruct::Page{ 57837640: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/_layouts/chapter.html.haml"=>Awestruct::Page{ 9652760: output_path=>/_layouts/chapter.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/chapter.html.haml, layout=>documentation }, "/_layouts/default.html.haml"=>Awestruct::Page{ 9379200: output_path=>/_layouts/default.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/default.html.haml, layout=>frame }, "/_layouts/documentation.html.haml"=>Awestruct::Page{ 9130480: output_path=>/_layouts/documentation.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/documentation.html.haml, layout=>default }, "/_layouts/frame.html.haml"=>Awestruct::Page{ 9077220: output_path=>/_layouts/frame.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/frame.html.haml, layout=> }, "/_layouts/post.html.haml"=>Awestruct::Page{ 8387240: output_path=>/_layouts/post.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/post.html.haml, layout=>default }, "/_layouts/project.html.haml"=>Awestruct::Page{ 8291980: output_path=>/_layouts/project.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/project.html.haml, layout=>default }, "/_layouts/refresh.html.haml"=>Awestruct::Page{ 8195360: output_path=>/_layouts/refresh.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/refresh.html.haml, layout=> }, "/_layouts/section.html.haml"=>Awestruct::Page{ 7891520: output_path=>/_layouts/section.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/section.html.haml, layout=>documentation }, "/_layouts/simplepage.html.haml"=>Awestruct::Page{ 7858500: output_path=>/_layouts/simplepage.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/simplepage.html.haml, layout=>default }, "/_layouts/solution.html.haml"=>Awestruct::Page{ 7789820: output_path=>/_layouts/solution.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/solution.html.haml, layout=>frame }}>, :pages_by_output_path=>AStruct<{"/100k/index.html"=>Awestruct::Page{ 19399420: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0/index.html"=>Awestruct::Page{ 19483020: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account/index.html"=>Awestruct::Page{ 24864720: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 25473760: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 25587460: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 25570540: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 25627240: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 25670460: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 26402060: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 26464160: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 26559180: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 26709240: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 27067320: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 27392020: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 27696820: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 28033800: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 28439040: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 28760100: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 29000340: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 29361300: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 29377220: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 29625540: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 29609200: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 29426060: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 29392640: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 29307460: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 27447000: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 27351840: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 27262140: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 25264520: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 24883840: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 24844460: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 24813740: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 24768200: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 24722760: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 24692420: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 24654660: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 24616440: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 24587300: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 24527480: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 24482740: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 24453860: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 24415880: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 24377140: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 24347620: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 24307340: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 24266360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 24226540: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 24195580: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 24148280: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 24096560: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 24050980: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 24021240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 23982520: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 23953660: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 23909200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 23880660: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 23834140: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 19686780: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 19650340: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 19622420: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 19595200: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 19575560: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 19547280: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 19517060: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 19486560: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 19453360: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 19424080: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 19392300: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 19356780: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 19325540: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 17470440: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 18874080: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 18689980: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 18541560: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 18405900: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 17801060: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 17263360: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 12928180: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 12395840: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 11920620: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 9840440: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 9331080: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 8410100: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 7887580: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 7736080: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 29701180: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 29582400: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 29472420: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 29361780: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 29249700: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 29129360: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 28990020: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 28886760: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 28778620: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 28399860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 28306260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 28168460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 28064980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 27955720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 27826200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 27751820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 27660760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 27561040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 27470960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 27353020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 27217980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 27076420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 26772660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 26727140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 26681140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 26635760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 26590640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 26546720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 26499120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 26452360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 26405080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 26357960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 26295660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 26232740: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 26163800: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 26108940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 26037880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 25968440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 25906820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 25837400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 25785280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 25733080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 25671380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 25617720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 25530360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 25446320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 25346500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 25225680: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 24880380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 24679260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 24506060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 24325000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 24123280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 23932500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 19641440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 19495840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 19332000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 19598500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 19315440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 19064080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 18746120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 18614040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 18523320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 18414640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 18335400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 18211780: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 18093660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 17894400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 17668900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 17445480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 17206840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 13524480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 12994340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 12708540: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 12252420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 11880360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 9875020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 9349760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 8506420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 7902520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 7752440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 29380220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 29607140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 29478340: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 29250080: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 29141760: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 29042400: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 28923720: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 28833460: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 28718040: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 28619640: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 28519480: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 28400760: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 28309220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 28182480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 28079840: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 27980820: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 27835320: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 27787860: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 27689780: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 27601360: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 27511700: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 27412480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 27253600: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 27150640: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 27048980: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 26753500: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 26709920: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 26649480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 26604380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 26561200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 26513840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 26468640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 26423120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 26378680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 26323540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 26260920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 26199320: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 26128540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 26067720: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 26005920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 25944500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 25875960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 25815260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 25755220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 25702360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 25641180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 25587640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 25510940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 25376360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 25302860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 24988780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 24790440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 24608840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 24430020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 24250360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 24044200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 23858340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 19585560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 19441520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 17520180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 19497480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 18866780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 18818180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 18671760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 18582060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 18482660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 18386820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 18302480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 18183740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 18031740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 17824200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 17645460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 17348960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 17164240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 13414160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 12963100: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 12639340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 12190080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 11790220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 9801600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 9155040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 8355060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 7885160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 7729400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 29700540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 29581820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 29471880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 29362900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 29252760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 29142820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 29041060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 28919680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 28828780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 28694780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 28602540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 28472940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 28379980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 28252940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 28148920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 28036700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 27916840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 27806800: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 27740920: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 27634420: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 27536500: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 27444720: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 27346880: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 27202800: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 27072920: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 26769200: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 26725780: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 26681460: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 26637100: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 26593020: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 26550440: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 26491520: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 26410160: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 26354120: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 26176740: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 26087940: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 25957580: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 25823220: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 25644700: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 25522500: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 25298740: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 24818960: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 24428980: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 24398100: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 24352500: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 24313140: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 24272600: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 24230460: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 24207920: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 24168940: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 24074320: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 19349980: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/02/02/welcome-to-continuous-blog/index.html"=>Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/02/08/breaking-hudson-1-345-released/index.html"=>Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/02/08/hudson-1-344-released/index.html"=>Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/02/08/incoming-more-translations/index.html"=>Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html"=>Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html"=>Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/02/11/spotlight-on-ita-software/index.html"=>Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/02/12/this-week-in-plugins/index.html"=>Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/14/thanks-for-the-help/index.html"=>Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/02/15/hudson-1-346-released/index.html"=>Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/02/16/performance-improvements-in-1-346/index.html"=>Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html"=>Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/02/18/spotlight-on-visfleet/index.html"=>Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/02/19/this-week-in-plugins/index.html"=>Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/22/hudson-1-347-released/index.html"=>Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html"=>Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/02/24/hudson-at-pycon/index.html"=>Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/02/25/links-for-2010-02-24/index.html"=>Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html"=>Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/02/25/spotlight-on-springsource/index.html"=>Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/02/26/links-for-2010-02-25/index.html"=>Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/02/26/this-week-in-plugins/index.html"=>Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/01/hudson-1-348-released/index.html"=>Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/03/02/call-for-testers-the-older-the-better/index.html"=>Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html"=>Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/03/05/links-for-2010-03-04/index.html"=>Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html"=>Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/03/07/this-week-in-plugins/index.html"=>Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/08/hudson-1-349-released/index.html"=>Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/03/09/one-month-of-continuous-blog/index.html"=>Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/03/12/links-for-2010-03-12/index.html"=>Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/03/12/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/03/13/this-week-in-plugins/index.html"=>Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/14/would-you-like-to-ok/index.html"=>Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/03/15/breaking-hudson-1-351-released/index.html"=>Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/03/15/hudson-1-350-released/index.html"=>Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/03/16/slaves-building-robots/index.html"=>Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/03/19/get-excited-and-make-things/index.html"=>Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/03/19/links-for-2010-03-19/index.html"=>Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/03/19/recap-of-hackathon-part-one/index.html"=>Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/03/22/hudson-1-352-released/index.html"=>Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/03/23/links-for-2010-03-23/index.html"=>Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/03/27/this-week-in-plugins/index.html"=>Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/30/resurgence-of-releng/index.html"=>Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/03/31/hudson-1-353-released/index.html"=>Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html"=>Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html"=>Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/04/01/regarding-the-start-of-april/index.html"=>Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/04/07/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/04/12/pre-tested-commits-with-git/index.html"=>Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/04/16/a-new-blog-for-kohsuke/index.html"=>Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/04/16/hudson-1-354-released/index.html"=>Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/04/24/hudson-1-355-released/index.html"=>Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/06/09/welcome-to-hudson-labs/index.html"=>Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html"=>Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/06/14/hudson-1-362-released/index.html"=>Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/06/22/hudson-1-363-released/index.html"=>Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/06/23/stickers-starting-to-arrive/index.html"=>Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/06/28/digg-technical-talk/index.html"=>Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html"=>Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/07/05/links-for-2010-07-05/index.html"=>Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html"=>Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/07/06/security-fix-hudson-1-365-released/index.html"=>Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/07/07/gee-thanks/index.html"=>Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/07/12/updated-chrome-extension/index.html"=>Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/07/13/monitor-hudson-from-your-android/index.html"=>Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html"=>Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html"=>Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/07/27/hudson-1-368-released/index.html"=>Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html"=>Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html"=>Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html"=>Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/08/11/quiet-period-feature/index.html"=>Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html"=>Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/08/17/hudson-1-372-sets-sail/index.html"=>Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/08/17/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html"=>Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html"=>Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/08/30/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html"=>Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/09/04/hudson-events-calendar/index.html"=>Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html"=>Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html"=>Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/09/17/javaone-taking-shape/index.html"=>Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html"=>Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/09/20/tweet-of-the-day/index.html"=>Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/09/21/javaone-day-one-in-pictures/index.html"=>Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html"=>Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/09/22/javaone-day-two-in-pictures/index.html"=>Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html"=>Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/11/23/java-net-migration-status-update/index.html"=>Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/11/23/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/11/30/whos-driving-this-thing/index.html"=>Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/12/01/a-brief-update/index.html"=>Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html"=>Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/01/11/hudsons-future/index.html"=>Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/01/29/jenkins/index.html"=>Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/02/04/governance-meeting-today/index.html"=>Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/02/04/the-first-24-hours-in-downloads/index.html"=>Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/02/05/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html"=>Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/03/03/updated-usage-stats-available/index.html"=>Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/03/13/jenkins-hits-1-400/index.html"=>Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html"=>Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/03/23/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html"=>Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/04/14/jenkins-new-look/index.html"=>Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html"=>Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html"=>Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/05/12/the-state-of-the-jenkins-project/index.html"=>Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html"=>Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html"=>Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/06/09/a-big-thanks-to-rackspace/index.html"=>Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html"=>Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/06/16/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html"=>Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/07/18/mirror-mirror-on-the-wall/index.html"=>Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/08/08/jenkins-user-conference/index.html"=>Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/08/08/jruby-branch-merged/index.html"=>Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html"=>Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html"=>Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/09/19/2011-donation-drive/index.html"=>Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html"=>Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html"=>Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html"=>Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/10/21/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/11/03/jenkins-community-survey/index.html"=>Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html"=>Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/11/07/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html"=>Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html"=>Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html"=>Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html"=>Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html"=>Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/12/28/adding-diagrams-to-wiki/index.html"=>Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html"=>Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html"=>Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/01/20/highlight-video-from-juc-2011/index.html"=>Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/02/02/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/02/21/fosdem-2012-recap/index.html"=>Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html"=>Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html"=>Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/03/26/announcing-the-jenkins-cia/index.html"=>Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/04/13/continuous-information-vol-2/index.html"=>Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html"=>Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html"=>Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html"=>Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/07/23/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html"=>Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html"=>Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html"=>Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html"=>Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/09/12/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html"=>Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html"=>Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/09/26/dinner-after-juc/index.html"=>Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/09/26/jenkins-sessions-at-javaone/index.html"=>Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/09/28/saturday-night-drink-up/index.html"=>Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/09/28/take-the-jenkins-survey/index.html"=>Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html"=>Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/11/15/fundraising-for-travel-grant/index.html"=>Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html"=>Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/12/19/los-altos-hackathon-this-friday/index.html"=>Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html"=>Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/12/25/jenkins-meet-up/index.html"=>Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html"=>Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html"=>Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/01/30/jenkins-hits-1-500/index.html"=>Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html"=>Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html"=>Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/04/25/munich-hackathon/index.html"=>Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html"=>Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html"=>Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/07/24/faster-slave-classloading/index.html"=>Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html"=>Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html"=>Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/09/09/loader-io-plugin-developer-interview/index.html"=>Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/09/23/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/09/23/literate-builds-wtf/index.html"=>Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/10/09/meet-the-community-in-juc/index.html"=>Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html"=>Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/11/08/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/11/17/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html"=>Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html"=>Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html"=>Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/01/25/jenkins-at-fosdem-2014/index.html"=>Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/03/19/jenkins-user-conferences-this-year/index.html"=>Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html"=>Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/04/09/more-scalable-slaves/index.html"=>Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/04/11/infoq-ci-survey-2014/index.html"=>Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html"=>Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/04/16/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/04/18/come-join-the-infra-team/index.html"=>Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/04/24/juc-agenda-posted/index.html"=>Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html"=>Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html"=>Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/05/27/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/05/30/adopt-a-plugin/index.html"=>Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html"=>Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html"=>Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html"=>Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html"=>Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html"=>Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/06/20/juc-boston-what-a-day/index.html"=>Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/07/01/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/07/03/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/07/03/juc-berlin-summary/index.html"=>Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html"=>Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html"=>Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/07/18/juc-israel-report/index.html"=>Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html"=>Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/07/30/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/08/11/user-interface-refresh/index.html"=>Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/08/12/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/08/28/juc-sf-2014-is-here/index.html"=>Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/08/28/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html"=>Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/09/24/jenkins-in-javaone-2014/index.html"=>Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html"=>Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html"=>Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html"=>Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/12/03/workflow-plugin-is-1-0/index.html"=>Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/12/17/breakingbuilds/index.html"=>Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html"=>Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html"=>Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html"=>Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/02/24/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/02/25/100k-celebration-podcast/index.html"=>Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html"=>Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/03/25/registration-for-juc-2015-is-open/index.html"=>Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/04/06/confluence-migration-this-weekend/index.html"=>Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/04/06/good-bye-java6/index.html"=>Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/04/24/jira-migration-this-weekend/index.html"=>Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html"=>Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html"=>Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html"=>Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html"=>Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html"=>Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html"=>Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html"=>Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html"=>Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html"=>Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html"=>Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/07/23/office-hours-are-back/index.html"=>Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html"=>Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html"=>Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html"=>Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html"=>Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html"=>Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html"=>Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html"=>Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html"=>Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html"=>Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html"=>Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html"=>Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html"=>Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/08/25/announcing-the-travel-grant-program/index.html"=>Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html"=>Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html"=>Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/09/01/take-the-2015-jenkins-survey/index.html"=>Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html"=>Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html"=>Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/09/29/gui-improvements-on-the-horizon/index.html"=>Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/09/30/bay-area-jam/index.html"=>Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html"=>Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/10/09/cooking-up-jams/index.html"=>Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html"=>Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html"=>Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html"=>Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html"=>Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/11/01/adopt-a-plugin/index.html"=>Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/11/04/jenkins-and-docker/index.html"=>Awestruct::Page{ 25302420: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html"=>Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/11/06/october-jams/index.html"=>Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html"=>Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/11/16/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/12/02/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html"=>Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/12/09/security-updates-released-today/index.html"=>Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html"=>Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html"=>Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/01/04/jenkins-at-scale14x/index.html"=>Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/01/05/new-website/index.html"=>Awestruct::Page{ 26157160: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/01/07/official-code-of-conduct/index.html"=>Awestruct::Page{ 25848160: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/01/10/beautiful-jenkins-dashboard/index.html"=>Awestruct::Page{ 25575560: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/01/26/office-hour-javascript-development/index.html"=>Awestruct::Page{ 24771740: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/01/27/jenkins-world-call-for-papers/index.html"=>Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/02/06/scale14x-conference-report/index.html"=>Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/02/19/january-2016-sf-jam/index.html"=>Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/02/24/jenkins-security-update/index.html"=>Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/02/29/jenkins2-alphas/index.html"=>Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/03/02/toulousejam-hackergarten/index.html"=>Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/03/03/gsoc2016-announcement/index.html"=>Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/03/11/new-jenkins-20-preview/index.html"=>Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/03/15/jenkins-certification/index.html"=>Awestruct::Page{ 28601920: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/03/18/jenkins-20-test-fest/index.html"=>Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/03/21/vjam/index.html"=>Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/03/24/jenkins-2-beta-released/index.html"=>Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/03/30/usage-statistics-privacy-advisory/index.html"=>Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/04/01/march-2016-jam-st-petersburg/index.html"=>Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/04/07/2/index.html"=>Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/04/07/jenkins-community-survey-results-blog/index.html"=>Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html"=>Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/04/11/gsoc2016-mentors-call/index.html"=>Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/04/11/jenkins-plugins-security-update/index.html"=>Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html"=>Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/04/14/jenkins-world-registration-is-open/index.html"=>Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/04/14/replay-with-pipeline/index.html"=>Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/04/15/the-need-for-pipeline/index.html"=>Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/04/21/dsl-plugins/index.html"=>Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/04/22/pipeline-2/index.html"=>Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/04/22/possible-infra-compromise/index.html"=>Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/04/26/jenkins-20-is-here/index.html"=>Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/05/10/jenkins-20-vjam/index.html"=>Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/05/11/security-update/index.html"=>Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html"=>Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/05/17/state-of-jam/index.html"=>Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/05/18/announcing-azure-partnership/index.html"=>Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/05/23/external-workspace-manager-plugin/index.html"=>Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/05/25/update-plugin-for-pipeline/index.html"=>Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html"=>Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/05/26/introducing-blue-ocean/index.html"=>Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/05/31/pipeline-snippetizer/index.html"=>Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html"=>Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html"=>Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/06/13/gsoc-usage-stats-analysis/index.html"=>Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/06/13/june-jenkins-events/index.html"=>Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html"=>Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/06/14/jenkins-world-agenda/index.html"=>Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/06/15/jenkins-pipeline-scalability/index.html"=>Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/06/16/parallel-test-executor-plugin/index.html"=>Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html"=>Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/06/29/from-freestyle-to-pipeline/index.html"=>Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/06/30/ewm-alpha-version/index.html"=>Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/07/01/html-publisher-plugin/index.html"=>Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/07/07/jenkins-2/index.html"=>Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/07/14/2-7-1-re-release/index.html"=>Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/07/18/pipline-notifications/index.html"=>Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/07/19/blue-ocean-update/index.html"=>Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/07/26/join-me-at-jenkinsworld/index.html"=>Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html"=>Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/08/08/docker-pipeline-environments/index.html"=>Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/08/09/ewm-beta-version/index.html"=>Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/08/10/rails-cd-with-pipeline/index.html"=>Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html"=>Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html"=>Awestruct::Page{ 27828660: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html"=>Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/08/22/ewm-stable-release/index.html"=>Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/08/24/jenkins-world-2016-festivities/index.html"=>Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/08/26/ask-the-experts-jenkins-world/index.html"=>Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html"=>Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/08/29/sauce-pipeline/index.html"=>Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/08/30/ask-experts-demos/index.html"=>Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html"=>Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/01/jenkins-world-contributor-summit/index.html"=>Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html"=>Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/09/07/pipeline-at-jenkins-world/index.html"=>Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/08/continuous-delivery-of-infra/index.html"=>Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html"=>Awestruct::Page{ 7879220: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html"=>Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/09/20/jom-plugin-development/index.html"=>Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html"=>Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html"=>Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html"=>Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html"=>Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html"=>Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/10/16/stage-lock-milestone/index.html"=>Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/10/18/jenkins-world-2016-videos/index.html"=>Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/10/31/xunit-reporting/index.html"=>Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/11/11/monthly-jam-recap-october/index.html"=>Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html"=>Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/11/13/november-jenkins-events/index.html"=>Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/11/16/security-updates-addressing-zero-day/index.html"=>Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/11/21/gc-tuning/index.html"=>Awestruct::Page{ 12080040: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html"=>Awestruct::Page{ 7604460: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/12/09/december-jenkins-events/index.html"=>Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/12/10/monthly-jam-recap-november/index.html"=>Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/12/19/declarative-pipeline-beta/index.html"=>Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html"=>Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/12/31/what-a-year/index.html"=>Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html"=>Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/01/10/security-warnings/index.html"=>Awestruct::Page{ 26237140: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/01/11/jenkins-world-2017-cfp/index.html"=>Awestruct::Page{ 25920020: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/01/12/declarative-pipeline-beta-2/index.html"=>Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/01/13/blueocean-dev-log-jan/index.html"=>Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html"=>Awestruct::Page{ 23910220: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/01/17/scm-api-2/index.html"=>Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/01/19/converting-conditional-to-pipeline/index.html"=>Awestruct::Page{ 18158540: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/01/20/blueocean-dev-log-jan2/index.html"=>Awestruct::Page{ 17063260: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.html"=>Awestruct::Page{ 11879740: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.html"=>Awestruct::Page{ 9511520: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 8292500: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old/index.html"=>Awestruct::Page{ 28910720: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 26612440: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 26179600: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.html"=>Awestruct::Page{ 26154880: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct/index.html"=>Awestruct::Page{ 26002360: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.html"=>Awestruct::Page{ 25657660: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 25532400: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.html"=>Awestruct::Page{ 25358340: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.html"=>Awestruct::Page{ 24991340: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.html"=>Awestruct::Page{ 24650800: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.html"=>Awestruct::Page{ 24350340: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.html"=>Awestruct::Page{ 24003720: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.html"=>Awestruct::Page{ 19583620: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 19085900: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 18644400: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.html"=>Awestruct::Page{ 18456520: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.html"=>Awestruct::Page{ 18308900: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.html"=>Awestruct::Page{ 18093020: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.html"=>Awestruct::Page{ 17754920: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html"=>Awestruct::Page{ 17326380: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.html"=>Awestruct::Page{ 13442600: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.html"=>Awestruct::Page{ 12721760: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.html"=>Awestruct::Page{ 12078380: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.html"=>Awestruct::Page{ 9783460: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.html"=>Awestruct::Page{ 8492060: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html"=>Awestruct::Page{ 7816760: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.html"=>Awestruct::Page{ 29654000: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.html"=>Awestruct::Page{ 29470500: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 29288940: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.html"=>Awestruct::Page{ 29087020: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.html"=>Awestruct::Page{ 28912220: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.html"=>Awestruct::Page{ 28695100: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.html"=>Awestruct::Page{ 28522660: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.html"=>Awestruct::Page{ 28329360: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.html"=>Awestruct::Page{ 28125280: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.html"=>Awestruct::Page{ 27933160: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.html"=>Awestruct::Page{ 27766360: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 27604260: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.html"=>Awestruct::Page{ 27420260: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 27215540: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.html"=>Awestruct::Page{ 26774820: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 26695440: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.html"=>Awestruct::Page{ 26619540: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.html"=>Awestruct::Page{ 26405680: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.html"=>Awestruct::Page{ 26308520: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.html"=>Awestruct::Page{ 26205400: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html"=>Awestruct::Page{ 26093060: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html"=>Awestruct::Page{ 25981200: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html"=>Awestruct::Page{ 25859540: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 25772100: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.html"=>Awestruct::Page{ 25646580: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html"=>Awestruct::Page{ 25527880: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.html"=>Awestruct::Page{ 25355360: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 24960300: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 24625720: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.html"=>Awestruct::Page{ 24324540: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.html"=>Awestruct::Page{ 23961260: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 19560680: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.html"=>Awestruct::Page{ 18949320: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.html"=>Awestruct::Page{ 19309740: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.html"=>Awestruct::Page{ 18757220: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.html"=>Awestruct::Page{ 18533060: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 18367780: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 18179480: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 17872820: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 17486620: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.html"=>Awestruct::Page{ 17069280: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.html"=>Awestruct::Page{ 12934520: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 12216840: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.html"=>Awestruct::Page{ 11450480: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 9114480: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 29613600: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 29396560: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.html"=>Awestruct::Page{ 29219780: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.html"=>Awestruct::Page{ 29045360: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.html"=>Awestruct::Page{ 28851140: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 28659800: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.html"=>Awestruct::Page{ 28467740: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 28257040: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.html"=>Awestruct::Page{ 28076880: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 27842980: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.html"=>Awestruct::Page{ 27710600: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.html"=>Awestruct::Page{ 27537780: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 27372740: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.html"=>Awestruct::Page{ 27100940: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.html"=>Awestruct::Page{ 26746360: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.html"=>Awestruct::Page{ 26670420: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.html"=>Awestruct::Page{ 26587460: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.html"=>Awestruct::Page{ 26506880: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.html"=>Awestruct::Page{ 26412940: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 26323740: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.html"=>Awestruct::Page{ 26210820: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 26097420: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.html"=>Awestruct::Page{ 25986720: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 25870780: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.html"=>Awestruct::Page{ 25774780: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 25649040: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.html"=>Awestruct::Page{ 25529360: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html"=>Awestruct::Page{ 25355920: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 24959760: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.html"=>Awestruct::Page{ 24149840: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.html"=>Awestruct::Page{ 19671560: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.html"=>Awestruct::Page{ 19428980: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.html"=>Awestruct::Page{ 19534240: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.html"=>Awestruct::Page{ 18798160: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.html"=>Awestruct::Page{ 18622480: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.html"=>Awestruct::Page{ 18424560: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.html"=>Awestruct::Page{ 18257220: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.html"=>Awestruct::Page{ 18005760: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.html"=>Awestruct::Page{ 17658100: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.html"=>Awestruct::Page{ 17211960: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.html"=>Awestruct::Page{ 13109720: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.html"=>Awestruct::Page{ 12580020: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.html"=>Awestruct::Page{ 11821900: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.html"=>Awestruct::Page{ 9375360: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 8208420: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.html"=>Awestruct::Page{ 6758980: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.html"=>Awestruct::Page{ 29572480: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.html"=>Awestruct::Page{ 29372720: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 29205640: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.html"=>Awestruct::Page{ 29004820: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.html"=>Awestruct::Page{ 28818140: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.html"=>Awestruct::Page{ 28619240: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.html"=>Awestruct::Page{ 28435260: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html"=>Awestruct::Page{ 28211620: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.html"=>Awestruct::Page{ 28034300: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.html"=>Awestruct::Page{ 27821980: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.html"=>Awestruct::Page{ 27673240: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 27509200: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 27259880: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.html"=>Awestruct::Page{ 27068320: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.html"=>Awestruct::Page{ 26723480: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.html"=>Awestruct::Page{ 26647320: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.html"=>Awestruct::Page{ 26562480: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.html"=>Awestruct::Page{ 26483080: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.html"=>Awestruct::Page{ 26385580: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.html"=>Awestruct::Page{ 26278980: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 26165080: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.html"=>Awestruct::Page{ 26059880: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.html"=>Awestruct::Page{ 25944120: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html"=>Awestruct::Page{ 25826080: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html"=>Awestruct::Page{ 25735840: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.html"=>Awestruct::Page{ 25607100: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 25467480: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.html"=>Awestruct::Page{ 25300200: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html"=>Awestruct::Page{ 24354420: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.html"=>Awestruct::Page{ 24004080: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.html"=>Awestruct::Page{ 19579020: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.html"=>Awestruct::Page{ 18955940: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 19313440: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 18758340: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.html"=>Awestruct::Page{ 18530940: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 18364580: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.html"=>Awestruct::Page{ 18173220: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.html"=>Awestruct::Page{ 17847440: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.html"=>Awestruct::Page{ 17474100: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.html"=>Awestruct::Page{ 17055020: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.html"=>Awestruct::Page{ 12881160: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.html"=>Awestruct::Page{ 12184160: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.html"=>Awestruct::Page{ 9873640: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 9070800: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 7595240: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 29677340: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.html"=>Awestruct::Page{ 29474620: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 29290800: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html"=>Awestruct::Page{ 28813740: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 28604940: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.html"=>Awestruct::Page{ 28427900: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 28187480: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.html"=>Awestruct::Page{ 27745580: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.html"=>Awestruct::Page{ 27564800: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 27389360: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.html"=>Awestruct::Page{ 27153320: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html"=>Awestruct::Page{ 26753820: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.html"=>Awestruct::Page{ 26674900: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 26591580: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.html"=>Awestruct::Page{ 26509000: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 26413780: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.html"=>Awestruct::Page{ 26322700: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.html"=>Awestruct::Page{ 26208900: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.html"=>Awestruct::Page{ 26094160: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 25979920: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 25856540: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 25758420: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 25638600: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 25519740: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.html"=>Awestruct::Page{ 25343760: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 24909220: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-ā-save-date/index.html"=>Awestruct::Page{ 24568300: output_path=>/content/jenkins-user-conference-ā-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-ā-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.html"=>Awestruct::Page{ 24250500: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 23882660: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.html"=>Awestruct::Page{ 19493120: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 19666900: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 19120500: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.html"=>Awestruct::Page{ 18655240: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.html"=>Awestruct::Page{ 18454520: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.html"=>Awestruct::Page{ 18295300: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 18056360: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 17713400: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.html"=>Awestruct::Page{ 17250420: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.html"=>Awestruct::Page{ 13142660: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.html"=>Awestruct::Page{ 12638000: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.html"=>Awestruct::Page{ 11866160: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 9418020: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.html"=>Awestruct::Page{ 8218420: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.html"=>Awestruct::Page{ 6761160: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.html"=>Awestruct::Page{ 29570800: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 29369120: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 29183800: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 28989560: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.html"=>Awestruct::Page{ 28812200: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.html"=>Awestruct::Page{ 28602920: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 28400200: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html"=>Awestruct::Page{ 28184500: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html"=>Awestruct::Page{ 27998440: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html"=>Awestruct::Page{ 27801780: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 27636120: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html"=>Awestruct::Page{ 27470220: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 27236300: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html"=>Awestruct::Page{ 27022780: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html"=>Awestruct::Page{ 26703220: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html"=>Awestruct::Page{ 26625320: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html"=>Awestruct::Page{ 26540060: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html"=>Awestruct::Page{ 26442620: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 26358760: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html"=>Awestruct::Page{ 26245080: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html"=>Awestruct::Page{ 26126680: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html"=>Awestruct::Page{ 26014380: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html"=>Awestruct::Page{ 25895660: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 25788280: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.html"=>Awestruct::Page{ 25670200: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 25573360: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.html"=>Awestruct::Page{ 25370640: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.html"=>Awestruct::Page{ 24993260: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.html"=>Awestruct::Page{ 24631660: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 24327140: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 23959260: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.html"=>Awestruct::Page{ 19550680: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.html"=>Awestruct::Page{ 17517400: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.html"=>Awestruct::Page{ 18883480: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.html"=>Awestruct::Page{ 18697580: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.html"=>Awestruct::Page{ 18489560: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.html"=>Awestruct::Page{ 18335940: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.html"=>Awestruct::Page{ 18130060: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.html"=>Awestruct::Page{ 17769200: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.html"=>Awestruct::Page{ 17326860: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 13418440: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.html"=>Awestruct::Page{ 12711000: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.html"=>Awestruct::Page{ 11988260: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.html"=>Awestruct::Page{ 9573560: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.html"=>Awestruct::Page{ 8285640: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.html"=>Awestruct::Page{ 29479140: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 29294280: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.html"=>Awestruct::Page{ 29089260: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.html"=>Awestruct::Page{ 28911680: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.html"=>Awestruct::Page{ 28690620: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html"=>Awestruct::Page{ 28186760: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 28000020: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.html"=>Awestruct::Page{ 27802780: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 27636660: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.html"=>Awestruct::Page{ 27469520: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.html"=>Awestruct::Page{ 27235440: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html"=>Awestruct::Page{ 27021000: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.html"=>Awestruct::Page{ 26700700: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.html"=>Awestruct::Page{ 26620740: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 26398780: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.html"=>Awestruct::Page{ 26299640: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html"=>Awestruct::Page{ 26183120: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.html"=>Awestruct::Page{ 26068800: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 25950460: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.html"=>Awestruct::Page{ 25829000: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.html"=>Awestruct::Page{ 25737640: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.html"=>Awestruct::Page{ 25606140: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.html"=>Awestruct::Page{ 25464660: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 25267380: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html"=>Awestruct::Page{ 24790840: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 24458660: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 24120780: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.html"=>Awestruct::Page{ 19645980: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 19391320: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.html"=>Awestruct::Page{ 19406480: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.html"=>Awestruct::Page{ 19146840: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.html"=>Awestruct::Page{ 18579360: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 18383140: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 18200160: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.html"=>Awestruct::Page{ 17898940: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 17487700: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 17062480: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.html"=>Awestruct::Page{ 12886020: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 12185120: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.html"=>Awestruct::Page{ 9842260: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.html"=>Awestruct::Page{ 8559340: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 7839940: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 29651040: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.html"=>Awestruct::Page{ 29431500: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.html"=>Awestruct::Page{ 29252020: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.html"=>Awestruct::Page{ 29065240: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.html"=>Awestruct::Page{ 28852760: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 28657900: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 28130780: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.html"=>Awestruct::Page{ 27951580: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.html"=>Awestruct::Page{ 27754380: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.html"=>Awestruct::Page{ 27571160: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.html"=>Awestruct::Page{ 27410600: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.html"=>Awestruct::Page{ 27155360: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.html"=>Awestruct::Page{ 26754480: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 26673340: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.html"=>Awestruct::Page{ 26586760: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.html"=>Awestruct::Page{ 26503500: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.html"=>Awestruct::Page{ 26406260: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.html"=>Awestruct::Page{ 26304440: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.html"=>Awestruct::Page{ 26188040: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.html"=>Awestruct::Page{ 26072240: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.html"=>Awestruct::Page{ 25954040: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.html"=>Awestruct::Page{ 25831180: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.html"=>Awestruct::Page{ 25739220: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.html"=>Awestruct::Page{ 25607620: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.html"=>Awestruct::Page{ 25465100: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.html"=>Awestruct::Page{ 25266280: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.html"=>Awestruct::Page{ 24771840: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.html"=>Awestruct::Page{ 24455700: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.html"=>Awestruct::Page{ 24097540: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 19637000: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.html"=>Awestruct::Page{ 19378060: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html"=>Awestruct::Page{ 19372720: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.html"=>Awestruct::Page{ 18777080: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html"=>Awestruct::Page{ 18555800: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html"=>Awestruct::Page{ 18031320: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.html"=>Awestruct::Page{ 17045160: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.html"=>Awestruct::Page{ 12780420: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.html"=>Awestruct::Page{ 12095060: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.html"=>Awestruct::Page{ 9752260: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.html"=>Awestruct::Page{ 8380460: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 7749000: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.html"=>Awestruct::Page{ 29484080: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.html"=>Awestruct::Page{ 29070560: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 28658460: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.html"=>Awestruct::Page{ 28246600: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.html"=>Awestruct::Page{ 27795080: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 27443500: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.html"=>Awestruct::Page{ 26748840: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 26570880: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.html"=>Awestruct::Page{ 26375260: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.html"=>Awestruct::Page{ 26127840: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.html"=>Awestruct::Page{ 25876860: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.html"=>Awestruct::Page{ 25639620: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.html"=>Awestruct::Page{ 25305980: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.html"=>Awestruct::Page{ 24479340: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 19604220: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.html"=>Awestruct::Page{ 19302880: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.html"=>Awestruct::Page{ 18481380: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.html"=>Awestruct::Page{ 18058800: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.html"=>Awestruct::Page{ 17208960: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.html"=>Awestruct::Page{ 12191080: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.html"=>Awestruct::Page{ 8290820: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.html"=>Awestruct::Page{ 7884860: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.html"=>Awestruct::Page{ 9726480: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.html"=>Awestruct::Page{ 12715140: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 17268120: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.html"=>Awestruct::Page{ 18134040: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.html"=>Awestruct::Page{ 18535580: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.html"=>Awestruct::Page{ 19340700: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 19485380: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.html"=>Awestruct::Page{ 24374800: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 25220440: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 25883820: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 26123220: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.html"=>Awestruct::Page{ 26272060: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.html"=>Awestruct::Page{ 26512060: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 26677760: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.html"=>Awestruct::Page{ 27154640: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.html"=>Awestruct::Page{ 27473080: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.html"=>Awestruct::Page{ 27836420: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 28260960: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 28679220: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 28646160: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 28759140: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 28717380: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 28846900: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 28919260: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 28886040: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 28965180: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 29086460: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 29045820: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 29150440: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 29124260: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 29212440: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation/index.html"=>Awestruct::Page{ 29504800: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 29130240: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.html"=>Awestruct::Page{ 29036000: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability/index.html"=>Awestruct::Page{ 28130420: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale/index.html"=>Awestruct::Page{ 27349900: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 26682820: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.html"=>Awestruct::Page{ 26637780: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 26326060: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 26297980: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.html"=>Awestruct::Page{ 26233900: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing/index.html"=>Awestruct::Page{ 25754640: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 25221080: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.html"=>Awestruct::Page{ 24766680: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations/index.html"=>Awestruct::Page{ 19384000: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html"=>Awestruct::Page{ 18653680: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 18180280: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli/index.html"=>Awestruct::Page{ 17843080: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.html"=>Awestruct::Page{ 12121700: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes/index.html"=>Awestruct::Page{ 29676940: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins/index.html"=>Awestruct::Page{ 28786260: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console/index.html"=>Awestruct::Page{ 28008740: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security/index.html"=>Awestruct::Page{ 27078640: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration/index.html"=>Awestruct::Page{ 26490320: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools/index.html"=>Awestruct::Page{ 26049200: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users/index.html"=>Awestruct::Page{ 25619220: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up/index.html"=>Awestruct::Page{ 24459540: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 17462940: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.html"=>Awestruct::Page{ 19403580: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring/index.html"=>Awestruct::Page{ 18219360: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security/index.html"=>Awestruct::Page{ 12961200: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef/index.html"=>Awestruct::Page{ 8517140: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet/index.html"=>Awestruct::Page{ 29265940: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders/index.html"=>Awestruct::Page{ 28465080: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 27912520: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started/index.html"=>Awestruct::Page{ 27743660: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.html"=>Awestruct::Page{ 26729960: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile/index.html"=>Awestruct::Page{ 26306280: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch/index.html"=>Awestruct::Page{ 25825420: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview/index.html"=>Awestruct::Page{ 25359880: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries/index.html"=>Awestruct::Page{ 24480700: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax/index.html"=>Awestruct::Page{ 18672580: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code/index.html"=>Awestruct::Page{ 17360480: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 12147980: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 12080080: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 11987280: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 11863700: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 11732480: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 11577480: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 11449640: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 9805160: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 9645800: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 9438100: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 9351700: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 9152760: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 9122260: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 9086040: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 8518960: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 8350780: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 8270840: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 8199760: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 7907440: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 7862040: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 7591380: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 7784280: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 7737460: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 6844220: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 6716120: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 29714980: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 29378600: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 29696060: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 29650620: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 29625780: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 29605920: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 29542040: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 29488260: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 29479760: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 29469140: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 29426540: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 29389640: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 29370580: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 29343080: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 29324880: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 29307240: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 29287840: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 29250860: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 29214280: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 29180060: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.html"=>Awestruct::Page{ 29066180: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins/index.html"=>Awestruct::Page{ 28379360: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 28150980: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet/index.html"=>Awestruct::Page{ 28038320: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.html"=>Awestruct::Page{ 27255780: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java/index.html"=>Awestruct::Page{ 26562980: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python/index.html"=>Awestruct::Page{ 26159640: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby/index.html"=>Awestruct::Page{ 25716100: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 24906600: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints/index.html"=>Awestruct::Page{ 24694080: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.html"=>Awestruct::Page{ 19055700: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api/index.html"=>Awestruct::Page{ 18369760: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.html"=>Awestruct::Page{ 17071320: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples/index.html"=>Awestruct::Page{ 11696200: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.html"=>Awestruct::Page{ 7620800: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector/index.html"=>Awestruct::Page{ 29392300: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible/index.html"=>Awestruct::Page{ 28731060: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor/index.html"=>Awestruct::Page{ 28081660: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory/index.html"=>Awestruct::Page{ 27414000: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier/index.html"=>Awestruct::Page{ 26663420: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub/index.html"=>Awestruct::Page{ 26367040: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman/index.html"=>Awestruct::Page{ 26003080: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh/index.html"=>Awestruct::Page{ 25632360: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding/index.html"=>Awestruct::Page{ 24614680: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier/index.html"=>Awestruct::Page{ 19460940: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification/index.html"=>Awestruct::Page{ 18586840: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves/index.html"=>Awestruct::Page{ 17821680: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow/index.html"=>Awestruct::Page{ 12526100: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext/index.html"=>Awestruct::Page{ 6769440: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager/index.html"=>Awestruct::Page{ 29007320: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep/index.html"=>Awestruct::Page{ 28378620: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling/index.html"=>Awestruct::Page{ 27744280: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger/index.html"=>Awestruct::Page{ 27076540: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git/index.html"=>Awestruct::Page{ 26540840: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest/index.html"=>Awestruct::Page{ 26212140: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin/index.html"=>Awestruct::Page{ 25822820: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat/index.html"=>Awestruct::Page{ 25375540: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html"=>Awestruct::Page{ 23982580: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher/index.html"=>Awestruct::Page{ 19096400: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request/index.html"=>Awestruct::Page{ 18194880: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html"=>Awestruct::Page{ 17150540: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin/index.html"=>Awestruct::Page{ 9823640: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira/index.html"=>Awestruct::Page{ 29567280: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging/index.html"=>Awestruct::Page{ 28857980: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html"=>Awestruct::Page{ 28168800: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps/index.html"=>Awestruct::Page{ 27492240: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes/index.html"=>Awestruct::Page{ 26659900: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner/index.html"=>Awestruct::Page{ 26327960: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources/index.html"=>Awestruct::Page{ 25943140: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon/index.html"=>Awestruct::Page{ 25576460: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost/index.html"=>Awestruct::Page{ 24533380: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder/index.html"=>Awestruct::Page{ 19395540: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader/index.html"=>Awestruct::Page{ 18496240: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline/index.html"=>Awestruct::Page{ 17187960: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4/index.html"=>Awestruct::Page{ 7616400: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor/index.html"=>Awestruct::Page{ 29090820: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws/index.html"=>Awestruct::Page{ 28398680: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step/index.html"=>Awestruct::Page{ 27566380: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath/index.html"=>Awestruct::Page{ 26732960: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step/index.html"=>Awestruct::Page{ 26435860: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step/index.html"=>Awestruct::Page{ 18948620: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven/index.html"=>Awestruct::Page{ 18413060: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step/index.html"=>Awestruct::Page{ 17443920: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition/index.html"=>Awestruct::Page{ 11867760: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step/index.html"=>Awestruct::Page{ 29701880: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps/index.html"=>Awestruct::Page{ 28857400: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog/index.html"=>Awestruct::Page{ 28188440: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline/index.html"=>Awestruct::Page{ 27565600: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier/index.html"=>Awestruct::Page{ 26728380: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector/index.html"=>Awestruct::Page{ 25878640: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand/index.html"=>Awestruct::Page{ 25511540: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack/index.html"=>Awestruct::Page{ 24401500: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend/index.html"=>Awestruct::Page{ 17457700: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent/index.html"=>Awestruct::Page{ 18416700: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter/index.html"=>Awestruct::Page{ 17441220: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion/index.html"=>Awestruct::Page{ 11825880: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert/index.html"=>Awestruct::Page{ 29623540: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper/index.html"=>Awestruct::Page{ 28947740: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber/index.html"=>Awestruct::Page{ 28209400: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud/index.html"=>Awestruct::Page{ 27451280: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps/index.html"=>Awestruct::Page{ 44115440: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib/index.html"=>Awestruct::Page{ 44454160: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps/index.html"=>Awestruct::Page{ 44798280: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step/index.html"=>Awestruct::Page{ 45226660: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch/index.html"=>Awestruct::Page{ 44823420: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step/index.html"=>Awestruct::Page{ 54069580: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents/index.html"=>Awestruct::Page{ 54550080: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment/index.html"=>Awestruct::Page{ 54855720: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment/index.html"=>Awestruct::Page{ 55188720: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world/index.html"=>Awestruct::Page{ 55524980: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post/index.html"=>Awestruct::Page{ 55827300: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps/index.html"=>Awestruct::Page{ 56158100: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts/index.html"=>Awestruct::Page{ 56497760: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19/index.html"=>Awestruct::Page{ 56839580: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32/index.html"=>Awestruct::Page{ 57163220: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7/index.html"=>Awestruct::Page{ 57481520: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide/index.html"=>Awestruct::Page{ 57699940: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate/index.html"=>Awestruct::Page{ 57999380: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download/index.html"=>Awestruct::Page{ 58156900: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 58352040: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 58391520: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 58408840: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 58401620: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 58419340: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 58428860: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 58457560: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 58450540: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 58487440: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 58496960: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 58514660: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 58507840: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 58525560: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 58535080: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.html"=>Awestruct::Page{ 58562580: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout/index.html"=>Awestruct::Page{ 58688160: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 58837660: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 58855260: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 58864800: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 58882380: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 58891900: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 58885100: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 58902840: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 58931420: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 58948940: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 58941920: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 58959640: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 58969180: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 58986920: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 58996460: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 59014200: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 59007400: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 59025140: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 59034680: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 59063100: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 59080620: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 59073600: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 59091120: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 59100460: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 59118200: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 59127740: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 59145480: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 59138680: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 59156420: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 59165960: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 59183700: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 59201420: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 59210940: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 59204120: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 59221860: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 59231380: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 59262380: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 59271500: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 59299580: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 59316900: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 59334200: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 59326980: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README/index.html"=>Awestruct::Page{ 59388980: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 59510420: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 59527740: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 59545060: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 59554400: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 59571920: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 59565120: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 59582840: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 59592380: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 59610120: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 59619660: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 59637400: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 59630600: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 59648340: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 59657860: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 59686660: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 59679840: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 59697560: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 59722920: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 59740440: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 59749760: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 59767300: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 59784800: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 59777800: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 59787140: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 59804660: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 59814000: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 59831540: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 59849080: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 59858420: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 59851400: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 59868940: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 59886460: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 59895780: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 59913300: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 59922660: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 59940180: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 59933160: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 59950700: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 59960040: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 59977560: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 59986880: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 60004420: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 60021960: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 60014960: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 60024280: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 60041800: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 60051140: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 60068640: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 60086160: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 60095500: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 60088500: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 60106020: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 60115360: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 60132900: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 60161180: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 60154160: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 60171680: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 60181000: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 60198520: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 60216040: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 60219900: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 60237420: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 60246760: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 60264280: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 60281800: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 60291340: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 60309080: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 60302280: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 60326200: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 60354480: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 60371800: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 60383740: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 60392860: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 60420840: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 60438140: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 60455460: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 60489160: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 60481940: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 60501440: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 60510560: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 60519680: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 60537000: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 60554320: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 60547100: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 60556220: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 60573540: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 60601820: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 60619140: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 60622180: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 60639480: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 60656800: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 60665920: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 60683220: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 60692340: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 60709660: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 60726960: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 60719740: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 60763300: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 60772420: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 60781560: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 60790680: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 60799800: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 60817120: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 60809900: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 60827220: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 60836340: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 60853660: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 60862800: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 60880120: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 60897440: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 60901300: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 60928280: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 60945600: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 60962920: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 60972040: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 60989360: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 60982140: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 60999460: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 61008580: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 61025900: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 61035020: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 61052320: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 61069640: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 61078760: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 61071540: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 61088840: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 61117120: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 61134300: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 61138140: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 61174500: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 61183620: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 61200940: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 61210260: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 61203240: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 61220760: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 61238040: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 61247120: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 61264400: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 61281680: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 61298940: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 61316220: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 61308960: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 61326240: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 61346020: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 61355160: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 61372480: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 61381600: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 61398920: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 61426560: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 61435700: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 61444820: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 61453940: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 61463060: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 61480380: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 61473160: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 61482280: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 61499580: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 61517100: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 61544360: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 61553480: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 61570800: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 61563580: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 61580880: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 61590000: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 61607320: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 61616440: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 61633760: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 61651080: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 61660200: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 61677520: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 61689460: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 61698580: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 61726100: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 61718880: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 61736200: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 61753520: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 61762660: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 61779980: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 61789100: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 61806420: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 61823740: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 61832860: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 61860900: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 61870020: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 61879140: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 61888280: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 61897400: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 61925720: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 61934840: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61953920: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61963040: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61980360: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 61973140: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 61990440: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 62007760: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 62016880: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 62034180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 62043300: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 62060620: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 62077920: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 62087040: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 62115060: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 62124180: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 62133320: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 62142440: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 62151560: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 62179680: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 62188800: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 62197920: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 62207040: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 62216380: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 62244000: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 62253140: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 62262260: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 62271380: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 62288700: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 62297840: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 62315160: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 62324280: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 62317060: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 62334580: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 62352100: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 62396460: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 62405580: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 62414700: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 62407480: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 62416620: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 62444900: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 62462220: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 62471540: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 62499560: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 62508680: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 62517800: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 62526920: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 62536040: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 62564160: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 62573280: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 62582420: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 62591540: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 62595380: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 62631560: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 62640680: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 62658000: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 62667140: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 62684460: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 62712580: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 62721700: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 62730820: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 62739940: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 62743180: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 62760380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 62769500: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 62786700: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 62804020: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 62813140: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 62824580: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 62833700: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 62851000: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 62868320: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 62877440: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 62894740: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 62912060: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 62915500: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 62932800: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 62950120: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 62959240: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 62976540: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 62986080: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 63003820: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 62997020: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 63014740: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 63059220: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 63068540: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 63077880: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 63070860: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 63080180: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 63089500: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 63107020: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 63124540: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 63128400: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 63145920: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 63155260: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 63172780: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 63190300: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 63199860: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 63217600: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 63210780: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 63220320: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 63238060: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 63255800: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 63265340: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 63283080: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 63276260: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 63294000: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html"=>Awestruct::Page{ 63303880: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects/index.html"=>Awestruct::Page{ 63569160: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 63779600: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 63784700: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 63939380: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 63957700: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.html"=>Awestruct::Page{ 64024460: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 64262260: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.html"=>Awestruct::Page{ 64275060: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.html"=>Awestruct::Page{ 64524660: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.html"=>Awestruct::Page{ 64721200: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.html"=>Awestruct::Page{ 64852700: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.html"=>Awestruct::Page{ 64975980: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.html"=>Awestruct::Page{ 65099260: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.html"=>Awestruct::Page{ 65230760: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.html"=>Awestruct::Page{ 65354080: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.html"=>Awestruct::Page{ 65485560: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.html"=>Awestruct::Page{ 65608860: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.html"=>Awestruct::Page{ 65732160: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.html"=>Awestruct::Page{ 65839140: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.html"=>Awestruct::Page{ 65962440: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.html"=>Awestruct::Page{ 66093920: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.html"=>Awestruct::Page{ 66217220: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.html"=>Awestruct::Page{ 66348740: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.html"=>Awestruct::Page{ 66472080: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.html"=>Awestruct::Page{ 66595380: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.html"=>Awestruct::Page{ 66726860: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.html"=>Awestruct::Page{ 66858380: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.html"=>Awestruct::Page{ 66973520: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.html"=>Awestruct::Page{ 67105020: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.html"=>Awestruct::Page{ 67228300: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.html"=>Awestruct::Page{ 67359800: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.html"=>Awestruct::Page{ 67483100: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.html"=>Awestruct::Page{ 67606420: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.html"=>Awestruct::Page{ 67737900: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.html"=>Awestruct::Page{ 67861200: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.html"=>Awestruct::Page{ 67984500: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.html"=>Awestruct::Page{ 67844720: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.html"=>Awestruct::Page{ 67410920: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.html"=>Awestruct::Page{ 66968900: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.html"=>Awestruct::Page{ 66526900: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.html"=>Awestruct::Page{ 66034600: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.html"=>Awestruct::Page{ 65592020: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.html"=>Awestruct::Page{ 65158220: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.html"=>Awestruct::Page{ 64716180: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.html"=>Awestruct::Page{ 64287060: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.html"=>Awestruct::Page{ 63918000: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.html"=>Awestruct::Page{ 63491700: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.html"=>Awestruct::Page{ 63212060: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.html"=>Awestruct::Page{ 63022100: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.html"=>Awestruct::Page{ 62815360: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.html"=>Awestruct::Page{ 62633660: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.html"=>Awestruct::Page{ 62443360: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.html"=>Awestruct::Page{ 62261860: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.html"=>Awestruct::Page{ 62071880: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.html"=>Awestruct::Page{ 61873940: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.html"=>Awestruct::Page{ 61675380: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.html"=>Awestruct::Page{ 61485420: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.html"=>Awestruct::Page{ 61311800: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.html"=>Awestruct::Page{ 61113520: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.html"=>Awestruct::Page{ 60906840: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.html"=>Awestruct::Page{ 60724800: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.html"=>Awestruct::Page{ 60534700: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.html"=>Awestruct::Page{ 60345320: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.html"=>Awestruct::Page{ 60147160: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.html"=>Awestruct::Page{ 59940280: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.html"=>Awestruct::Page{ 59749280: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.html"=>Awestruct::Page{ 59567740: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.html"=>Awestruct::Page{ 59270780: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.html"=>Awestruct::Page{ 59055700: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.html"=>Awestruct::Page{ 58865720: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.html"=>Awestruct::Page{ 58496160: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.html"=>Awestruct::Page{ 58233420: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.html"=>Awestruct::Page{ 57815340: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.html"=>Awestruct::Page{ 57364960: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.html"=>Awestruct::Page{ 56947300: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.html"=>Awestruct::Page{ 56521480: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.html"=>Awestruct::Page{ 56054320: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.html"=>Awestruct::Page{ 55603980: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.html"=>Awestruct::Page{ 55153540: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.html"=>Awestruct::Page{ 54694840: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.html"=>Awestruct::Page{ 54252520: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.html"=>Awestruct::Page{ 53540200: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.html"=>Awestruct::Page{ 52958960: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.html"=>Awestruct::Page{ 52533400: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.html"=>Awestruct::Page{ 52099620: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.html"=>Awestruct::Page{ 48452860: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.html"=>Awestruct::Page{ 46724800: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.html"=>Awestruct::Page{ 44284020: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.html"=>Awestruct::Page{ 45144300: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.html"=>Awestruct::Page{ 44438860: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.html"=>Awestruct::Page{ 29215360: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.html"=>Awestruct::Page{ 28331840: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.html"=>Awestruct::Page{ 27484580: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.html"=>Awestruct::Page{ 26566880: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.html"=>Awestruct::Page{ 26117340: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.html"=>Awestruct::Page{ 25861820: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.html"=>Awestruct::Page{ 25648380: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.html"=>Awestruct::Page{ 25358660: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.html"=>Awestruct::Page{ 24586500: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.html"=>Awestruct::Page{ 23932880: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.html"=>Awestruct::Page{ 19667360: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.html"=>Awestruct::Page{ 18658440: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.html"=>Awestruct::Page{ 18287800: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.html"=>Awestruct::Page{ 17660040: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.html"=>Awestruct::Page{ 13128140: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.html"=>Awestruct::Page{ 11857840: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.html"=>Awestruct::Page{ 9744040: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.html"=>Awestruct::Page{ 13046740: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.html"=>Awestruct::Page{ 17797720: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.html"=>Awestruct::Page{ 18404020: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.html"=>Awestruct::Page{ 19078000: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.html"=>Awestruct::Page{ 19412700: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.html"=>Awestruct::Page{ 24396540: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.html"=>Awestruct::Page{ 25224980: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.html"=>Awestruct::Page{ 25596740: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.html"=>Awestruct::Page{ 25826420: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.html"=>Awestruct::Page{ 26125880: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.html"=>Awestruct::Page{ 26486640: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.html"=>Awestruct::Page{ 27076600: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.html"=>Awestruct::Page{ 28211780: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.html"=>Awestruct::Page{ 28948100: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.html"=>Awestruct::Page{ 44448540: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.html"=>Awestruct::Page{ 45078860: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.html"=>Awestruct::Page{ 47658780: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.html"=>Awestruct::Page{ 46774500: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.html"=>Awestruct::Page{ 47970940: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.html"=>Awestruct::Page{ 51902400: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.html"=>Awestruct::Page{ 52484480: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.html"=>Awestruct::Page{ 52861720: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.html"=>Awestruct::Page{ 53509200: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.html"=>Awestruct::Page{ 54263260: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.html"=>Awestruct::Page{ 54705280: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.html"=>Awestruct::Page{ 55032780: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.html"=>Awestruct::Page{ 55556840: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.html"=>Awestruct::Page{ 56072980: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.html"=>Awestruct::Page{ 56539880: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.html"=>Awestruct::Page{ 56843040: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.html"=>Awestruct::Page{ 57317960: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.html"=>Awestruct::Page{ 57703040: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.html"=>Awestruct::Page{ 58243340: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.html"=>Awestruct::Page{ 58455320: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.html"=>Awestruct::Page{ 58822100: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.html"=>Awestruct::Page{ 59057800: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.html"=>Awestruct::Page{ 59293520: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.html"=>Awestruct::Page{ 59530600: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.html"=>Awestruct::Page{ 59766100: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.html"=>Awestruct::Page{ 59895880: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.html"=>Awestruct::Page{ 60131620: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.html"=>Awestruct::Page{ 60260860: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.html"=>Awestruct::Page{ 60505040: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.html"=>Awestruct::Page{ 60732740: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.html"=>Awestruct::Page{ 60862060: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.html"=>Awestruct::Page{ 61131080: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.html"=>Awestruct::Page{ 61260620: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.html"=>Awestruct::Page{ 61529260: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.html"=>Awestruct::Page{ 61658460: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.html"=>Awestruct::Page{ 61788240: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.html"=>Awestruct::Page{ 62081340: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.html"=>Awestruct::Page{ 62210860: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.html"=>Awestruct::Page{ 62503720: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.html"=>Awestruct::Page{ 62617200: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.html"=>Awestruct::Page{ 62746980: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.html"=>Awestruct::Page{ 63056480: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.html"=>Awestruct::Page{ 63169360: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.html"=>Awestruct::Page{ 63585680: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.html"=>Awestruct::Page{ 63765740: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.html"=>Awestruct::Page{ 64281440: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.html"=>Awestruct::Page{ 64786920: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.html"=>Awestruct::Page{ 65037780: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.html"=>Awestruct::Page{ 65536500: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.html"=>Awestruct::Page{ 65928800: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.html"=>Awestruct::Page{ 66542900: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.html"=>Awestruct::Page{ 66861440: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.html"=>Awestruct::Page{ 67482300: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.html"=>Awestruct::Page{ 67735120: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.html"=>Awestruct::Page{ 45870660: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.html"=>Awestruct::Page{ 47820800: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.html"=>Awestruct::Page{ 44610000: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.html"=>Awestruct::Page{ 45601700: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.html"=>Awestruct::Page{ 46298440: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.html"=>Awestruct::Page{ 46102260: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.html"=>Awestruct::Page{ 47331440: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.html"=>Awestruct::Page{ 48028180: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.html"=>Awestruct::Page{ 48610240: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.html"=>Awestruct::Page{ 44203360: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.html"=>Awestruct::Page{ 51928860: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.html"=>Awestruct::Page{ 52150520: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.html"=>Awestruct::Page{ 52306580: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.html"=>Awestruct::Page{ 52454460: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.html"=>Awestruct::Page{ 52569560: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.html"=>Awestruct::Page{ 52766620: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.html"=>Awestruct::Page{ 52881720: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.html"=>Awestruct::Page{ 52996820: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.html"=>Awestruct::Page{ 53300380: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.html"=>Awestruct::Page{ 53448280: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.html"=>Awestruct::Page{ 53686280: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.html"=>Awestruct::Page{ 53834160: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.html"=>Awestruct::Page{ 53957480: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.html"=>Awestruct::Page{ 54301940: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.html"=>Awestruct::Page{ 54523560: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.html"=>Awestruct::Page{ 54679640: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.html"=>Awestruct::Page{ 54925840: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.html"=>Awestruct::Page{ 55057340: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.html"=>Awestruct::Page{ 55278940: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.html"=>Awestruct::Page{ 55500560: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.html"=>Awestruct::Page{ 55640300: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.html"=>Awestruct::Page{ 55853740: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.html"=>Awestruct::Page{ 56001620: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.html"=>Awestruct::Page{ 56239620: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.html"=>Awestruct::Page{ 56379300: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.html"=>Awestruct::Page{ 56625460: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.html"=>Awestruct::Page{ 56912620: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.html"=>Awestruct::Page{ 57044100: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.html"=>Awestruct::Page{ 57282120: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.html"=>Awestruct::Page{ 57528340: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.html"=>Awestruct::Page{ 57659820: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.html"=>Awestruct::Page{ 57865020: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.html"=>Awestruct::Page{ 58119380: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.html"=>Awestruct::Page{ 58316400: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.html"=>Awestruct::Page{ 58677280: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.html"=>Awestruct::Page{ 59488680: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.html"=>Awestruct::Page{ 63626100: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.html"=>Awestruct::Page{ 63741240: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.html"=>Awestruct::Page{ 63987420: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.html"=>Awestruct::Page{ 64176280: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.html"=>Awestruct::Page{ 64373280: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.html"=>Awestruct::Page{ 64578520: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.html"=>Awestruct::Page{ 64923000: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.html"=>Awestruct::Page{ 65185540: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.html"=>Awestruct::Page{ 65456320: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.html"=>Awestruct::Page{ 65808960: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.html"=>Awestruct::Page{ 66071580: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.html"=>Awestruct::Page{ 66334140: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.html"=>Awestruct::Page{ 66572140: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.html"=>Awestruct::Page{ 66924820: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.html"=>Awestruct::Page{ 67195560: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.html"=>Awestruct::Page{ 67458140: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.html"=>Awestruct::Page{ 67810820: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.html"=>Awestruct::Page{ 67958620: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.html"=>Awestruct::Page{ 67709580: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.html"=>Awestruct::Page{ 67436280: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.html"=>Awestruct::Page{ 67081500: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.html"=>Awestruct::Page{ 66816180: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.html"=>Awestruct::Page{ 66460640: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.html"=>Awestruct::Page{ 66211780: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.html"=>Awestruct::Page{ 65938400: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.html"=>Awestruct::Page{ 65582920: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.html"=>Awestruct::Page{ 65318280: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.html"=>Awestruct::Page{ 64954320: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.html"=>Awestruct::Page{ 64615720: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.html"=>Awestruct::Page{ 64424220: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.html"=>Awestruct::Page{ 64191320: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.html"=>Awestruct::Page{ 63982740: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.html"=>Awestruct::Page{ 63734120: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.html"=>Awestruct::Page{ 63460360: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.html"=>Awestruct::Page{ 59475820: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.html"=>Awestruct::Page{ 58644820: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.html"=>Awestruct::Page{ 58281320: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.html"=>Awestruct::Page{ 58065660: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.html"=>Awestruct::Page{ 57800760: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.html"=>Awestruct::Page{ 57601280: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.html"=>Awestruct::Page{ 57352520: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.html"=>Awestruct::Page{ 57210160: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.html"=>Awestruct::Page{ 56969920: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.html"=>Awestruct::Page{ 56679980: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.html"=>Awestruct::Page{ 56513400: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.html"=>Awestruct::Page{ 56288760: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.html"=>Awestruct::Page{ 56014720: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.html"=>Awestruct::Page{ 55888820: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.html"=>Awestruct::Page{ 55648100: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.html"=>Awestruct::Page{ 55391240: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.html"=>Awestruct::Page{ 55265500: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.html"=>Awestruct::Page{ 55008160: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.html"=>Awestruct::Page{ 54874460: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.html"=>Awestruct::Page{ 54650480: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.html"=>Awestruct::Page{ 54385360: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.html"=>Awestruct::Page{ 54234940: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.html"=>Awestruct::Page{ 53904420: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.html"=>Awestruct::Page{ 53745720: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.html"=>Awestruct::Page{ 53521720: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.html"=>Awestruct::Page{ 53363040: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.html"=>Awestruct::Page{ 53032420: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.html"=>Awestruct::Page{ 52922520: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.html"=>Awestruct::Page{ 52780040: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.html"=>Awestruct::Page{ 52604520: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.html"=>Awestruct::Page{ 52462140: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.html"=>Awestruct::Page{ 52311200: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.html"=>Awestruct::Page{ 52152680: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.html"=>Awestruct::Page{ 44538860: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.html"=>Awestruct::Page{ 44159020: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.html"=>Awestruct::Page{ 48391200: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.html"=>Awestruct::Page{ 47757080: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.html"=>Awestruct::Page{ 47065860: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.html"=>Awestruct::Page{ 46562840: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.html"=>Awestruct::Page{ 45864080: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.html"=>Awestruct::Page{ 45025760: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.html"=>Awestruct::Page{ 48143880: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.html"=>Awestruct::Page{ 46519120: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.html"=>Awestruct::Page{ 67979140: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.html"=>Awestruct::Page{ 67608120: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.html"=>Awestruct::Page{ 67294780: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.html"=>Awestruct::Page{ 66965540: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.html"=>Awestruct::Page{ 66587140: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.html"=>Awestruct::Page{ 66233280: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.html"=>Awestruct::Page{ 65928280: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.html"=>Awestruct::Page{ 65590840: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.html"=>Awestruct::Page{ 65212300: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.html"=>Awestruct::Page{ 64849880: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.html"=>Awestruct::Page{ 64673220: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.html"=>Awestruct::Page{ 64260440: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.html"=>Awestruct::Page{ 63956720: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.html"=>Awestruct::Page{ 63602820: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.html"=>Awestruct::Page{ 63306240: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.html"=>Awestruct::Page{ 63213900: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.html"=>Awestruct::Page{ 63120960: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.html"=>Awestruct::Page{ 63020140: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.html"=>Awestruct::Page{ 62919900: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.html"=>Awestruct::Page{ 62828080: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.html"=>Awestruct::Page{ 62735240: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.html"=>Awestruct::Page{ 62635320: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.html"=>Awestruct::Page{ 62534520: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.html"=>Awestruct::Page{ 62441940: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.html"=>Awestruct::Page{ 62350440: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.html"=>Awestruct::Page{ 62258000: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.html"=>Awestruct::Page{ 62149180: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.html"=>Awestruct::Page{ 62056600: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.html"=>Awestruct::Page{ 61956360: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.html"=>Awestruct::Page{ 61872660: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.html"=>Awestruct::Page{ 61764020: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.html"=>Awestruct::Page{ 61671660: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.html"=>Awestruct::Page{ 61579440: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.html"=>Awestruct::Page{ 61478240: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.html"=>Awestruct::Page{ 61378080: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.html"=>Awestruct::Page{ 61294120: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.html"=>Awestruct::Page{ 61185240: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.html"=>Awestruct::Page{ 61093080: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.html"=>Awestruct::Page{ 61001140: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.html"=>Awestruct::Page{ 60900460: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.html"=>Awestruct::Page{ 60799220: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.html"=>Awestruct::Page{ 60706560: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.html"=>Awestruct::Page{ 60614820: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.html"=>Awestruct::Page{ 60514440: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.html"=>Awestruct::Page{ 60414060: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.html"=>Awestruct::Page{ 60305660: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.html"=>Awestruct::Page{ 60213400: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.html"=>Awestruct::Page{ 60112500: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.html"=>Awestruct::Page{ 60020240: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.html"=>Awestruct::Page{ 59919400: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.html"=>Awestruct::Page{ 59826980: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.html"=>Awestruct::Page{ 59725820: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.html"=>Awestruct::Page{ 59634120: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.html"=>Awestruct::Page{ 59541440: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.html"=>Awestruct::Page{ 59335460: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.html"=>Awestruct::Page{ 59226500: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.html"=>Awestruct::Page{ 59125700: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.html"=>Awestruct::Page{ 59033100: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.html"=>Awestruct::Page{ 58932640: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.html"=>Awestruct::Page{ 58840440: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.html"=>Awestruct::Page{ 58510440: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.html"=>Awestruct::Page{ 58417780: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.html"=>Awestruct::Page{ 58178460: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.html"=>Awestruct::Page{ 57874740: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.html"=>Awestruct::Page{ 57480160: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.html"=>Awestruct::Page{ 57134860: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.html"=>Awestruct::Page{ 56822420: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.html"=>Awestruct::Page{ 56518440: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.html"=>Awestruct::Page{ 56157560: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.html"=>Awestruct::Page{ 55754780: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.html"=>Awestruct::Page{ 55434200: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.html"=>Awestruct::Page{ 55105820: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.html"=>Awestruct::Page{ 54752560: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.html"=>Awestruct::Page{ 54440260: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.html"=>Awestruct::Page{ 53824580: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.html"=>Awestruct::Page{ 53045660: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.html"=>Awestruct::Page{ 52578060: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.html"=>Awestruct::Page{ 52060860: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.html"=>Awestruct::Page{ 45154200: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.html"=>Awestruct::Page{ 48636220: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.html"=>Awestruct::Page{ 48145160: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.html"=>Awestruct::Page{ 47637660: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.html"=>Awestruct::Page{ 47146560: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.html"=>Awestruct::Page{ 46778320: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.html"=>Awestruct::Page{ 46287220: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.html"=>Awestruct::Page{ 45558540: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.html"=>Awestruct::Page{ 45042880: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code/index.html"=>Awestruct::Page{ 46279260: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html"=>Awestruct::Page{ 45684540: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines/index.html"=>Awestruct::Page{ 44389720: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins/index.html"=>Awestruct::Page{ 43345340: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 42619280: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press/index.html"=>Awestruct::Page{ 43015260: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean/index.html"=>Awestruct::Page{ 29361040: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc/index.html"=>Awestruct::Page{ 28718400: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.html"=>Awestruct::Page{ 28107760: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot/index.html"=>Awestruct::Page{ 27490960: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure/index.html"=>Awestruct::Page{ 26706880: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest/index.html"=>Awestruct::Page{ 26481540: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam/index.html"=>Awestruct::Page{ 26139080: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.html"=>Awestruct::Page{ 25824360: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs/index.html"=>Awestruct::Page{ 25719200: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout/index.html"=>Awestruct::Page{ 25589980: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins/index.html"=>Awestruct::Page{ 25374640: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144/index.html"=>Awestruct::Page{ 24936000: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security/index.html"=>Awestruct::Page{ 24430960: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 19395780: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 17471560: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 17451660: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 19601300: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 19534520: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 19438680: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 19339760: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 19310860: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 18871980: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 18963160: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 19080620: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 18794440: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 18821420: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 18774440: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 18755780: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 18699960: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 18662340: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 18634520: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 18615780: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 18587940: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 18546600: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 18524000: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 18488340: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 18460660: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 18442000: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 18413680: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 18389780: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 18373660: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 18348920: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 18333280: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 18301220: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 18264480: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 18235400: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 18208200: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 18181640: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 18131580: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 18061940: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 18018460: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 17957780: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 17943180: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 17874360: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 17820860: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 17771220: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 17718780: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 17660840: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 17639680: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 17512600: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 17485180: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 17424580: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 17342680: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 17286480: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 17203980: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 13203960: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 13114460: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 13075700: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 12984400: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 12932740: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 12506840: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 12413940: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 12220240: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 12181640: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 12077100: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 11974540: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 11812340: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 11691540: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 11522180: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 9903520: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 9817980: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 9645880: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 9435120: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 9348980: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 9140260: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 9114600: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 9075340: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 8467920: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 8339040: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 8225520: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 8030740: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 7895520: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 7871340: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 7597140: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 7802300: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 7742660: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 6791780: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 6700260: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 39610960: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 41184540: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 42913660: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 39834200: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 39548080: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 40228740: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 42719720: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 41114820: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 41148200: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 41140660: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 41870480: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 42051320: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 41675100: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 41364540: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 41553560: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 42021120: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 41014240: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 41023040: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 41449640: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 41458560: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 42171860: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 42164440: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 41943860: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 43140620: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 43149420: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 43428680: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 43437480: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 43446400: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 43627240: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 43635920: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 43644500: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 42989860: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 42998660: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 43007600: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 43000060: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 43017180: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 42346060: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 42354980: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 42371960: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 42380760: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 42389700: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 43684640: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 43693560: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 43702380: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 43719500: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 43728420: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 43721000: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 42607500: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 42624620: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 42633440: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 42642360: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 42659340: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 42668260: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 42677080: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 43218480: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 43227280: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 43236080: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 43253200: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 43245660: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 43254460: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 43263380: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 43280380: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 42437220: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 42446140: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 42463140: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 42472080: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 42480880: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 42497860: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 42506780: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 42515600: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 43843440: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 43835900: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 43844700: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 43853620: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 43870620: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 43879540: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 43888460: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 43905460: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 43914380: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 43923180: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 43325780: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 43334720: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 43343520: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 43336100: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 43353200: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 43362000: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 43370940: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 43388060: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 43396860: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 43405660: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 43496520: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 43505320: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 43514240: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 43531240: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 43540180: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 43532640: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 43541440: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 43558540: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 43567340: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 43576280: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 43593280: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 42193180: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 42201980: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 42218980: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 42227920: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 42236720: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 42253700: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 42246280: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 42255080: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 42264020: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 42281020: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 42289940: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 42298740: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 43954140: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 43963060: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 43971860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 43988860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 43997780: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 44006580: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 44023580: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 44016160: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 44024980: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 44033900: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 44050880: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 44059800: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 44068620: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 44085620: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 44094540: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 44103340: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 45414680: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 46005240: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 46833240: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 46825700: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 46867400: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 47498800: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 48294160: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 44329840: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 45338200: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 45387960: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 45642640: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 45913600: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 45955180: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 45783880: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 46456240: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 46448700: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 46506760: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 47113700: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 47163460: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 47385260: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 47648140: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 47706100: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 47919720: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 48190780: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 48510880: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 44292740: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 44326120: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 44359620: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 44352080: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 44664100: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 44697480: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 44968560: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 45034700: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 45313960: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 45347340: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 45438060: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 45471560: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 45488540: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 45661300: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 45727460: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 45720040: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 45565120: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 45901720: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 45935100: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 45968600: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 46067640: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 45756960: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 46249200: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 46315460: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 46389920: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 46431480: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 46555080: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 46547540: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 46589220: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 46630780: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 46746200: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 46787780: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 46092200: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 46174740: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 46904560: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 46938060: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 47061680: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 47103380: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 47095960: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 47137540: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 47252960: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 47302740: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 47377080: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 47459740: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 47534080: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 47575760: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 47699240: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 47740920: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 47782480: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 47897780: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 47890560: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 47932460: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 48099060: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 48737820: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 44311200: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 44684700: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 45013500: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 45362480: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 45551040: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 45713400: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 46305960: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 46678560: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 46835020: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 46884980: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 47094360: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 47604980: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 47795260: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 47839440: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 47881760: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 48005340: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 48030840: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 48048160: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 48090040: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 48107340: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 48116460: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 48158360: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 48167500: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android/index.html"=>Awestruct::Page{ 48246540: output_path=>/solutions/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c/index.html"=>Awestruct::Page{ 48588700: output_path=>/solutions/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker/index.html"=>Awestruct::Page{ 45233940: output_path=>/solutions/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded/index.html"=>Awestruct::Page{ 52110100: output_path=>/solutions/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github/index.html"=>Awestruct::Page{ 52849400: output_path=>/solutions/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java/index.html"=>Awestruct::Page{ 53885360: output_path=>/solutions/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline/index.html"=>Awestruct::Page{ 55546600: output_path=>/solutions/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python/index.html"=>Awestruct::Page{ 56966120: output_path=>/solutions/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby/index.html"=>Awestruct::Page{ 58097200: output_path=>/solutions/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 63829940: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 65419060: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "sitemap.xml"=>Awestruct::Page{ 58466920: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html"=>Awestruct::Page{ 25599400: output_path=>/node/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/2.html"=>Awestruct::Page{ 25237740: output_path=>/node/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/3.html"=>Awestruct::Page{ 24527780: output_path=>/node/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/4.html"=>Awestruct::Page{ 23912160: output_path=>/node/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/5.html"=>Awestruct::Page{ 19055080: output_path=>/node/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/6.html"=>Awestruct::Page{ 19145860: output_path=>/node/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/7.html"=>Awestruct::Page{ 18415880: output_path=>/node/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/8.html"=>Awestruct::Page{ 18034980: output_path=>/node/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/9.html"=>Awestruct::Page{ 17304940: output_path=>/node/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/10.html"=>Awestruct::Page{ 12797240: output_path=>/node/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/11.html"=>Awestruct::Page{ 9899200: output_path=>/node/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/12.html"=>Awestruct::Page{ 7878340: output_path=>/node/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/13.html"=>Awestruct::Page{ 53515900: output_path=>/node/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/14.html"=>Awestruct::Page{ 47419820: output_path=>/node/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/15.html"=>Awestruct::Page{ 46435560: output_path=>/node/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/16.html"=>Awestruct::Page{ 47237160: output_path=>/node/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/17.html"=>Awestruct::Page{ 46875460: output_path=>/node/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/18.html"=>Awestruct::Page{ 55369280: output_path=>/node/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/19.html"=>Awestruct::Page{ 42307460: output_path=>/node/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/20.html"=>Awestruct::Page{ 44983680: output_path=>/node/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/21.html"=>Awestruct::Page{ 55704300: output_path=>/node/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/22.html"=>Awestruct::Page{ 45921440: output_path=>/node/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/23.html"=>Awestruct::Page{ 45461160: output_path=>/node/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/24.html"=>Awestruct::Page{ 57551000: output_path=>/node/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/25.html"=>Awestruct::Page{ 46178920: output_path=>/node/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/26.html"=>Awestruct::Page{ 42245100: output_path=>/node/page/26.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/27.html"=>Awestruct::Page{ 67310980: output_path=>/node/page/27.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/28.html"=>Awestruct::Page{ 66423920: output_path=>/node/page/28.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/29.html"=>Awestruct::Page{ 56277660: output_path=>/node/page/29.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/30.html"=>Awestruct::Page{ 44804280: output_path=>/node/page/30.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/31.html"=>Awestruct::Page{ 47527640: output_path=>/node/page/31.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/32.html"=>Awestruct::Page{ 46408900: output_path=>/node/page/32.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/33.html"=>Awestruct::Page{ 44644000: output_path=>/node/page/33.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/34.html"=>Awestruct::Page{ 66185700: output_path=>/node/page/34.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/35.html"=>Awestruct::Page{ 57335100: output_path=>/node/page/35.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/36.html"=>Awestruct::Page{ 44659820: output_path=>/node/page/36.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/37.html"=>Awestruct::Page{ 65793040: output_path=>/node/page/37.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/38.html"=>Awestruct::Page{ 48530420: output_path=>/node/page/38.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/39.html"=>Awestruct::Page{ 67066680: output_path=>/node/page/39.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/40.html"=>Awestruct::Page{ 67531360: output_path=>/node/page/40.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/41.html"=>Awestruct::Page{ 65022300: output_path=>/node/page/41.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/42.html"=>Awestruct::Page{ 52289320: output_path=>/node/page/42.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/43.html"=>Awestruct::Page{ 47158460: output_path=>/node/page/43.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/44.html"=>Awestruct::Page{ 45280020: output_path=>/node/page/44.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/45.html"=>Awestruct::Page{ 64110760: output_path=>/node/page/45.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/46.html"=>Awestruct::Page{ 55203540: output_path=>/node/page/46.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/47.html"=>Awestruct::Page{ 48770340: output_path=>/node/page/47.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/48.html"=>Awestruct::Page{ 46023500: output_path=>/node/page/48.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/49.html"=>Awestruct::Page{ 64919900: output_path=>/node/page/49.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/50.html"=>Awestruct::Page{ 45977400: output_path=>/node/page/50.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/51.html"=>Awestruct::Page{ 48367000: output_path=>/node/page/51.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/52.html"=>Awestruct::Page{ 58145660: output_path=>/node/page/52.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/53.html"=>Awestruct::Page{ 45633860: output_path=>/node/page/53.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/54.html"=>Awestruct::Page{ 55986000: output_path=>/node/page/54.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/55.html"=>Awestruct::Page{ 46800100: output_path=>/node/page/55.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/56.html"=>Awestruct::Page{ 64238180: output_path=>/node/page/56.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/57.html"=>Awestruct::Page{ 52512760: output_path=>/node/page/57.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/58.html"=>Awestruct::Page{ 44080600: output_path=>/node/page/58.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/rss.xml"=>Awestruct::Page{ 57837640: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/node/tags/blueocean/index.html"=>Awestruct::Page{ 55532600: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/index.html"=>Awestruct::Page{ 54879640: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/2.html"=>Awestruct::Page{ 54272060: output_path=>/node/tags/pipeline/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/3.html"=>Awestruct::Page{ 53685040: output_path=>/node/tags/pipeline/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/4.html"=>Awestruct::Page{ 53041540: output_path=>/node/tags/pipeline/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/5.html"=>Awestruct::Page{ 52774340: output_path=>/node/tags/pipeline/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/freestyle/index.html"=>Awestruct::Page{ 52182180: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/index.html"=>Awestruct::Page{ 48558740: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/2.html"=>Awestruct::Page{ 46657000: output_path=>/node/tags/plugins/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/3.html"=>Awestruct::Page{ 44612240: output_path=>/node/tags/plugins/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/4.html"=>Awestruct::Page{ 68036400: output_path=>/node/tags/plugins/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/5.html"=>Awestruct::Page{ 67463880: output_path=>/node/tags/plugins/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/6.html"=>Awestruct::Page{ 66916840: output_path=>/node/tags/plugins/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/conditional-build-step/index.html"=>Awestruct::Page{ 66107860: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/index.html"=>Awestruct::Page{ 65587960: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/2.html"=>Awestruct::Page{ 64962900: output_path=>/node/tags/development/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/3.html"=>Awestruct::Page{ 64345980: output_path=>/node/tags/development/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/4.html"=>Awestruct::Page{ 63921560: output_path=>/node/tags/development/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/5.html"=>Awestruct::Page{ 63365900: output_path=>/node/tags/development/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/6.html"=>Awestruct::Page{ 63169080: output_path=>/node/tags/development/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/7.html"=>Awestruct::Page{ 63013500: output_path=>/node/tags/development/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/java8/index.html"=>Awestruct::Page{ 62804780: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/upgrade/index.html"=>Awestruct::Page{ 62619220: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/index.html"=>Awestruct::Page{ 62442080: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/2.html"=>Awestruct::Page{ 62266760: output_path=>/node/tags/event/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/3.html"=>Awestruct::Page{ 62119300: output_path=>/node/tags/event/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/index.html"=>Awestruct::Page{ 61935500: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/page/2.html"=>Awestruct::Page{ 61742620: output_path=>/node/tags/jenkinsworld/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/index.html"=>Awestruct::Page{ 61581580: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/2.html"=>Awestruct::Page{ 61396140: output_path=>/node/tags/core/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/3.html"=>Awestruct::Page{ 61240620: output_path=>/node/tags/core/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/4.html"=>Awestruct::Page{ 61076700: output_path=>/node/tags/core/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/5.html"=>Awestruct::Page{ 60922160: output_path=>/node/tags/core/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/6.html"=>Awestruct::Page{ 60774540: output_path=>/node/tags/core/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/7.html"=>Awestruct::Page{ 60602320: output_path=>/node/tags/core/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/8.html"=>Awestruct::Page{ 60439000: output_path=>/node/tags/core/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/9.html"=>Awestruct::Page{ 60267620: output_path=>/node/tags/core/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/security/index.html"=>Awestruct::Page{ 60048280: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lifx/index.html"=>Awestruct::Page{ 59868040: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/index.html"=>Awestruct::Page{ 59682000: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/page/2.html"=>Awestruct::Page{ 59505220: output_path=>/node/tags/jam/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/index.html"=>Awestruct::Page{ 59222020: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/page/2.html"=>Awestruct::Page{ 59037120: output_path=>/node/tags/jenkins2/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/azure/index.html"=>Awestruct::Page{ 58865860: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/index.html"=>Awestruct::Page{ 58449600: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/page/2.html"=>Awestruct::Page{ 58029600: output_path=>/node/tags/gsoc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/continuousdelivery/index.html"=>Awestruct::Page{ 57404140: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppet/index.html"=>Awestruct::Page{ 56769820: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppetenterprise/index.html"=>Awestruct::Page{ 56120560: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/index.html"=>Awestruct::Page{ 55479180: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/2.html"=>Awestruct::Page{ 54748280: output_path=>/node/tags/meetup/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/3.html"=>Awestruct::Page{ 53939640: output_path=>/node/tags/meetup/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/4.html"=>Awestruct::Page{ 52599100: output_path=>/node/tags/meetup/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/5.html"=>Awestruct::Page{ 44819040: output_path=>/node/tags/meetup/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/6.html"=>Awestruct::Page{ 47567320: output_path=>/node/tags/meetup/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/7.html"=>Awestruct::Page{ 45318420: output_path=>/node/tags/meetup/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/8.html"=>Awestruct::Page{ 47967620: output_path=>/node/tags/meetup/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/9.html"=>Awestruct::Page{ 45422840: output_path=>/node/tags/meetup/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/10.html"=>Awestruct::Page{ 44778480: output_path=>/node/tags/meetup/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/events/index.html"=>Awestruct::Page{ 43672760: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/statistics/index.html"=>Awestruct::Page{ 29365900: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/performance/index.html"=>Awestruct::Page{ 28965500: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scalability/index.html"=>Awestruct::Page{ 28574380: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/administration/index.html"=>Awestruct::Page{ 28164880: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lts/index.html"=>Awestruct::Page{ 27793480: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JAM/index.html"=>Awestruct::Page{ 27410780: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/xunit/index.html"=>Awestruct::Page{ 26762620: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nightwatch/index.html"=>Awestruct::Page{ 26598380: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/newfeatures/index.html"=>Awestruct::Page{ 26419100: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ux/index.html"=>Awestruct::Page{ 26213120: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins/index.html"=>Awestruct::Page{ 25983200: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JenkinsWorld/index.html"=>Awestruct::Page{ 25756740: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/index.html"=>Awestruct::Page{ 25515620: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/2.html"=>Awestruct::Page{ 24883120: output_path=>/node/tags/tutorial/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/3.html"=>Awestruct::Page{ 24284620: output_path=>/node/tags/tutorial/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/saucelabs/index.html"=>Awestruct::Page{ 19551220: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/selenium/index.html"=>Awestruct::Page{ 19012900: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/external-workspace-manager/index.html"=>Awestruct::Page{ 18464880: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ruby/index.html"=>Awestruct::Page{ 18037100: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/rails/index.html"=>Awestruct::Page{ 17203420: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/brakeman/index.html"=>Awestruct::Page{ 12485200: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javascript/index.html"=>Awestruct::Page{ 9110220: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nodejs/index.html"=>Awestruct::Page{ 48806940: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins_ru/index.html"=>Awestruct::Page{ 64152820: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/notifications/index.html"=>Awestruct::Page{ 47598680: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/slack/index.html"=>Awestruct::Page{ 46033280: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hipchat/index.html"=>Awestruct::Page{ 48358960: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/emailext/index.html"=>Awestruct::Page{ 53517660: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infra/index.html"=>Awestruct::Page{ 45530860: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugin/index.html"=>Awestruct::Page{ 48791320: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/index.html"=>Awestruct::Page{ 55967320: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/2.html"=>Awestruct::Page{ 44303700: output_path=>/node/tags/general/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/3.html"=>Awestruct::Page{ 64592220: output_path=>/node/tags/general/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/4.html"=>Awestruct::Page{ 55218240: output_path=>/node/tags/general/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/5.html"=>Awestruct::Page{ 64634600: output_path=>/node/tags/general/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/6.html"=>Awestruct::Page{ 54971020: output_path=>/node/tags/general/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/7.html"=>Awestruct::Page{ 48837220: output_path=>/node/tags/general/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/8.html"=>Awestruct::Page{ 47250840: output_path=>/node/tags/general/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/9.html"=>Awestruct::Page{ 46048700: output_path=>/node/tags/general/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/10.html"=>Awestruct::Page{ 48575720: output_path=>/node/tags/general/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/11.html"=>Awestruct::Page{ 64471940: output_path=>/node/tags/general/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/12.html"=>Awestruct::Page{ 55342380: output_path=>/node/tags/general/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/13.html"=>Awestruct::Page{ 47507120: output_path=>/node/tags/general/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/14.html"=>Awestruct::Page{ 68049460: output_path=>/node/tags/general/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/15.html"=>Awestruct::Page{ 48500060: output_path=>/node/tags/general/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/16.html"=>Awestruct::Page{ 54943780: output_path=>/node/tags/general/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/17.html"=>Awestruct::Page{ 57791440: output_path=>/node/tags/general/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/18.html"=>Awestruct::Page{ 57304160: output_path=>/node/tags/general/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/19.html"=>Awestruct::Page{ 48625440: output_path=>/node/tags/general/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/20.html"=>Awestruct::Page{ 46524320: output_path=>/node/tags/general/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/21.html"=>Awestruct::Page{ 67836440: output_path=>/node/tags/general/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/22.html"=>Awestruct::Page{ 57903820: output_path=>/node/tags/general/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/23.html"=>Awestruct::Page{ 53411340: output_path=>/node/tags/general/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/24.html"=>Awestruct::Page{ 56602340: output_path=>/node/tags/general/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/25.html"=>Awestruct::Page{ 45785600: output_path=>/node/tags/general/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dsl/index.html"=>Awestruct::Page{ 57018880: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/support-core/index.html"=>Awestruct::Page{ 66430980: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/usage-statistics/index.html"=>Awestruct::Page{ 46638320: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/aws/index.html"=>Awestruct::Page{ 54625040: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ec2/index.html"=>Awestruct::Page{ 45850460: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/index.html"=>Awestruct::Page{ 56868200: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/2.html"=>Awestruct::Page{ 52248600: output_path=>/node/tags/infrastructure/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/3.html"=>Awestruct::Page{ 48680880: output_path=>/node/tags/infrastructure/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/webapis/index.html"=>Awestruct::Page{ 44726600: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/testing/index.html"=>Awestruct::Page{ 57881400: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/embedded/index.html"=>Awestruct::Page{ 52848040: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/docker/index.html"=>Awestruct::Page{ 48228940: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/certification/index.html"=>Awestruct::Page{ 47793600: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hackergarten/index.html"=>Awestruct::Page{ 46735600: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scale/index.html"=>Awestruct::Page{ 45357180: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins world/index.html"=>Awestruct::Page{ 48420240: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/office hours/index.html"=>Awestruct::Page{ 47253680: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dashboard/index.html"=>Awestruct::Page{ 46387800: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/www/index.html"=>Awestruct::Page{ 45434420: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/index.html"=>Awestruct::Page{ 47650700: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/2.html"=>Awestruct::Page{ 48295660: output_path=>/node/tags/jenkinsci/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/3.html"=>Awestruct::Page{ 44037260: output_path=>/node/tags/jenkinsci/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/4.html"=>Awestruct::Page{ 42269040: output_path=>/node/tags/jenkinsci/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/5.html"=>Awestruct::Page{ 43557020: output_path=>/node/tags/jenkinsci/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/6.html"=>Awestruct::Page{ 43353960: output_path=>/node/tags/jenkinsci/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/7.html"=>Awestruct::Page{ 43838300: output_path=>/node/tags/jenkinsci/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/8.html"=>Awestruct::Page{ 43250560: output_path=>/node/tags/jenkinsci/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/index.html"=>Awestruct::Page{ 42392040: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/2.html"=>Awestruct::Page{ 43437940: output_path=>/node/tags/workflow/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/3.html"=>Awestruct::Page{ 41367240: output_path=>/node/tags/workflow/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/index.html"=>Awestruct::Page{ 67957860: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/page/2.html"=>Awestruct::Page{ 66940320: output_path=>/node/tags/cia/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/index.html"=>Awestruct::Page{ 66075980: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/2.html"=>Awestruct::Page{ 65329660: output_path=>/node/tags/guest post/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/3.html"=>Awestruct::Page{ 64799760: output_path=>/node/tags/guest post/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/index.html"=>Awestruct::Page{ 64186760: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/page/2.html"=>Awestruct::Page{ 63455340: output_path=>/node/tags/video/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/index.html"=>Awestruct::Page{ 58282700: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/2.html"=>Awestruct::Page{ 57529780: output_path=>/node/tags/just for fun/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/3.html"=>Awestruct::Page{ 56972760: output_path=>/node/tags/just for fun/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/4.html"=>Awestruct::Page{ 56367900: output_path=>/node/tags/just for fun/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/5.html"=>Awestruct::Page{ 55886220: output_path=>/node/tags/just for fun/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/index.html"=>Awestruct::Page{ 55051200: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/2.html"=>Awestruct::Page{ 54401680: output_path=>/node/tags/news/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/3.html"=>Awestruct::Page{ 53830220: output_path=>/node/tags/news/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/4.html"=>Awestruct::Page{ 53366180: output_path=>/node/tags/news/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/5.html"=>Awestruct::Page{ 52885500: output_path=>/node/tags/news/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/6.html"=>Awestruct::Page{ 52486520: output_path=>/node/tags/news/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/7.html"=>Awestruct::Page{ 51922360: output_path=>/node/tags/news/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/8.html"=>Awestruct::Page{ 48024720: output_path=>/node/tags/news/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/index.html"=>Awestruct::Page{ 45994240: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/2.html"=>Awestruct::Page{ 46664120: output_path=>/node/tags/releases/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/3.html"=>Awestruct::Page{ 67718700: output_path=>/node/tags/releases/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/index.html"=>Awestruct::Page{ 67029500: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/2.html"=>Awestruct::Page{ 66353560: output_path=>/node/tags/meta/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/3.html"=>Awestruct::Page{ 65845840: output_path=>/node/tags/meta/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/index.html"=>Awestruct::Page{ 65154500: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/2.html"=>Awestruct::Page{ 64672820: output_path=>/node/tags/feedback/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/3.html"=>Awestruct::Page{ 64009460: output_path=>/node/tags/feedback/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/4.html"=>Awestruct::Page{ 63551280: output_path=>/node/tags/feedback/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/5.html"=>Awestruct::Page{ 63215760: output_path=>/node/tags/feedback/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/6.html"=>Awestruct::Page{ 63067220: output_path=>/node/tags/feedback/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/7.html"=>Awestruct::Page{ 62894360: output_path=>/node/tags/feedback/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/screencast/index.html"=>Awestruct::Page{ 62684820: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/index.html"=>Awestruct::Page{ 62511980: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/2.html"=>Awestruct::Page{ 62318520: output_path=>/node/tags/juc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/3.html"=>Awestruct::Page{ 62178740: output_path=>/node/tags/juc/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/4.html"=>Awestruct::Page{ 62005980: output_path=>/node/tags/juc/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/5.html"=>Awestruct::Page{ 61857820: output_path=>/node/tags/juc/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/6.html"=>Awestruct::Page{ 61686060: output_path=>/node/tags/juc/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/interview/index.html"=>Awestruct::Page{ 61479020: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/index.html"=>Awestruct::Page{ 61297860: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/page/2.html"=>Awestruct::Page{ 61112280: output_path=>/node/tags/javaone/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jobs/index.html"=>Awestruct::Page{ 60940480: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/index.html"=>Awestruct::Page{ 60767940: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/page/2.html"=>Awestruct::Page{ 60574680: output_path=>/node/tags/links/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/index.html"=>Awestruct::Page{ 60393940: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/page/2.html"=>Awestruct::Page{ 60200280: output_path=>/node/tags/mailing list/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jruby/index.html"=>Awestruct::Page{ 60029160: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/s/android/index.html"=>Awestruct::Page{ 54900820: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/s/c/index.html"=>Awestruct::Page{ 47003220: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/s/docker/index.html"=>Awestruct::Page{ 66169900: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/s/embedded/index.html"=>Awestruct::Page{ 67665240: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/s/github/index.html"=>Awestruct::Page{ 45698360: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/s/java/index.html"=>Awestruct::Page{ 55222220: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/s/pipeline/index.html"=>Awestruct::Page{ 58815520: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/s/python/index.html"=>Awestruct::Page{ 52442080: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/s/ruby/index.html"=>Awestruct::Page{ 47394120: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }}>} - The environment variable that is set on the master or slave.
Type: String
userName
-
password
-
cloakedPaths (optional)
-
Paths that are cloaked will not be pulled into the local workspace during a GET
from the TFVC repository.
Check-ins that contain files only in cloaked folders (in other words, fully cloaked)
will not trigger a build,
whereas a check-in containing any path that isn’t cloaked will trigger a build.
For example, suppose the Project path is $/Example/project/path,
and the repository contains the following subfolders:
$/Example/project/path/A
$/Example/project/path/A/1
$/Example/project/path/A/2
$/Example/project/path/B
$/Example/project/path/C
Now, suppose the following paths were entered as Cloaked Paths:
$/Example/project/path/A/2
$/Example/project/path/B
…then the resulting workspace on the Jenkins server would only have the following folders:
$/Example/project/path/A
$/Example/project/path/A/1
$/Example/project/path/C
To continue with the example,
the following check-in will not trigger a build,
because it only contains changes under cloaked paths:
$/Example/project/path/A/2/alpha.txt
$/Example/project/path/A/2/second.txt
$/Example/project/path/B/bravo.txt
…whereas this check-in will trigger a build,
because it contains at least one path that isn’t cloaked:
$/Example/project/path/A/1/first.txt
$/Example/project/path/A/2/second.txt
$/Example/project/path/B/bravo.txt
Type: String
credentialsConfigurer (optional)
-
NEW since 5.1.0: Credentials for team project collections can now be configured once instead of once per job.
Credentials will be looked up in the global configuration based on the Collection URL. Make sure you have added your credentials at Jenkins > Manage Jenkins > Configure Credentials and then add Team Project Collections that are linked to their corresponding credentials at Jenkins > Manage Jenkins > Configure System.
Consult the Global Configuration section in README.md for a walkthrough.
Credentials are specified in the job. This is the legacy behavior.
Nested Choice of Objects
+$class: 'AutomaticCredentialsConfigurer'+
+$class: 'ManualCredentialsConfigurer'+
+userName+:::::
The name of the user that will be connecting to TFS/Team Services to query history, checkout files, etc.
Team Foundation Server (on-premises)
For [on-premises] Team Foundation Server, the user name can be specified in two ways:
Visual Studio Team Services (previously known as Visual Studio Online)
For Team Services, there are also two options:
Personal access tokens (recommended)
In Team Services, click your name in the top right corner and select Security.
In the Personal access tokens area, select Add.
Describe the token (use something like "Jenkins server at jenkins.example.com"), select an expiry timeframe, double-check the Team Services account the token will be valid for and, until the corresponding defect in Team Services is fixed, select All scopes.
Click [Create Token] and copy the generated personal access token to the clipboard.
Back to Jenkins, enter the e-mail address associated with your Team Services account as the User name and the generated personal access token as the User password.
In Team Services, click your name in the top right corner and select Security.
In the Alternate credentials area, select Enable alternate authentication credentials.
Enter a secondary user name and password, then click [Save].
Back to Jenkins, re-enter those credentials in the User name and User password fields.
Type: String
password:
-
localPath (optional)
-
The folder where all files will be retrieved into. The folder name is a relative path, under
the workspace of the current job.
The default setting is to retrieve the files into the workspace (ie. the workfolder is ".".
Type: String
Unity Asset Server Trigger
Starts a build when a change is detected on the unity asset server.
Configure the Postgres database with the right connection settings and the plugin will search for changes on
the server with the interval of the Crontab.
Example, if the trigger start each hour based on the crontab schedule, it will search for changes in the last hour.
Plugin developed by Marcelo Adriano Brunken
BigPoint GmbH
Germany
databaseUrl
-
Configure the Database IP Adress or Server name
Example: 127.0.0.1
Type: String
databasePort
-
Configure the Postgres Database port, default value is 10733
Type: int
instance
-
Configure the Database instance
Example: production-db
Type: String
user
-
Configure the Database User
Example: Admin
Type: String
password
-
Configure the Database User Password
Example:
LOL
*Type: String
$class: VaultSCM
serverName::::
+
Specify the hostname or IP address of the vault server.
Type: String
path
-
userName
-
password
-
repositoryName
-
vaultName
-
sslEnabled
-
useNonWorkingFolder
-
merge
-
fileTime
-
makeWritableEnabled
-
verboseEnabled
-
$class: OpenShiftImageStreams
imageStreamName:::
+
The name of the ImageStream is what shows up in the NAME column if
you dump all the ImageStream’s with the oc get is command invocation.
Type: String
tag
-
The specific image tag within the ImageStream to monitor.
Type: String
apiURL
-
namespace
-
authToken
-
verbose
-
$class: PdsConfiguration
hostPort:::
+
The host address and port number for the mainframe server. The host and port must be separated by a : character.
Type: String
filterPattern
-
Filter pattern used by the mainframe to determine which datasets to download. Multiple filters can be defined, one filter per line. Use * as wildcards.
Type: String
fileExtension
-
File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created.
Type: String
credentialsId
-
The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin.
Type: String
codePage
-
The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047.
Type: String
$class: PerforceSCM
p4User:::
p4Passwd
-
p4Client
-
p4Port
-
projectOptions
-
p4Tool
-
p4SysRoot
-
p4SysDrive
-
p4Label
-
p4Counter
-
p4UpstreamProject
-
lineEndValue
-
p4Charset
-
p4CommandCharset
-
clientOwner
-
updateCounterValue
-
forceSync
-
dontUpdateServer
-
alwaysForceSync
-
createWorkspace
-
updateView
-
disableChangeLogOnly
-
disableSyncOnly
-
showIntegChanges
-
dontUpdateClient
-
exposeP4Passwd
-
pollOnlyOnMaster
-
slaveClientNameFormat
-
firstChange
-
fileLimit
-
browser
-
Nested Choice of Objects
$class: FishEyePerforce
url::::
$class: Perfbrowse
url::::
excludedUsers
-
excludedFiles
-
excludedFilesCaseSensitivity
-
depotType
-
value
-
p4Stream
-
clientSpec
-
projectPath
-
cleanWorkspace
-
cleanType
-
value:
-
restoreChangedDeletedFiles:
-
wipeRepoBeforeBuild
-
useViewMask
-
viewMask
-
useViewMaskForPolling
-
useViewMaskForSyncing
-
useViewMaskForChangeLog
-
$class: PerforceScm
credential:::
Select the appropriate credential for the Perforce connection.
Perforce Credentials are defined in the Jenkins Credentials plugin here.
'Perforce Password Credential' for standard username/password
authentication
'Perforce Ticket Credential' for ticket based authentication.
*Type:* String
Select the appropriate Perforce workspace behaviour from the
list. Not all modes will suit all Jenkins Job build types.
Manual
Manually define the Workspace view and sync options. Existing
workspace will by updated or a new workspace created.
Spec File
Use a pre-defined Workspace Spec file versioned in Perforce.
Static
Use a pre-defined Workspace; must already exist and have a
valid view.
Streams
Auto create/update a Streams workspace with a view determined
by the chosen stream.
Template
Auto create/update a normal workspace with a view determined
by the template workspace.
Nested Choice of Objects
+$class: 'ManualWorkspaceImpl'+
+charset+::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of the Perforce workspace to be used as the
Jenkins build workspace. If the workspace does not yet exist, the
configuration will be saved in Jenkins; the workspace is created only
when it is to be used. If the workspace exists and you are connected
to a Perforce server the auto-text fill should list suitable
workspaces; updates are only applied when the workspace is used.
Type: String
$class: SpecWorkspaceImpl
charset::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of the Perforce workspace to be used as the
Jenkins build workspace. If the workspace does not yet exist, the
configuration will be saved in Jenkins; the workspace is created only
when it is to be used. If the workspace exists and you are connected
to a Perforce server the auto-text fill should list suitable
workspaces; updates are only applied when the workspace is used.
Type: String
specPath
-
syncID (optional)
-
$class: StaticWorkspaceImpl
charset::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of an existing workspace in Perforce to be used
as the Jenkins build workspace. If connected to a Perforce server the
auto-text fill should list suitable workspaces
Type: String
$class: StreamWorkspaceImpl
charset::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the full Perforce depot path for the given stream. If
connected to a Perforce server the auto-text fill should list possible
streams.
For example: //stream-depot/main-stream
*Type:* String
Jenklin slave nodes must each use a unique Perforce workspace.
The format string configures the workspace name by substituting the
specified variables: (at least one variable must be used)
Variables can be taken from the Jenkins Environment or Parameterized builds
Type: String
$class: TemplateWorkspaceImpl
charset::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of an existing workspace in Perforce used to create
or update a Jenkins build workspace. If connected to a Perforce server
the auto-text fill should list suitable workspaces
Type: String
Jenklin slave nodes must each use a unique Perforce workspace.
The format string configures the workspace name by substituting the
specified variables: (at least one variable must be used)
Variables can be taken from the Jenkins Environment or Parameterized builds
Type: String
Nested Choice of Objects
$class: FilterPathImpl
path::::
Changes can be filtered to not trigger a build; if all the files
within a change match the specified path, the build is filtered.
For example, with a Filter of "
`//depot/main/tests`
":
Case A (change will be filtered):
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
`//depot/main/tests/002/test.xml`
Case B (change will not be filtered, as build.xml is
outside of the filter):
`//depot/main/src/build.xml`
`//depot/main/tests/004/test.xml`
`//depot/main/tests/005/test.xml`
*Type:* String
$class: FilterPerChangeImpl
perChange::::
$class: FilterUserImpl
user::::
Changes can be filtered to not trigger a build; if the owner of
a change matches the specified name, the build is filtered.
Type: String
$class: FilterViewMaskImpl
viewMask::::
Changes can be filtered to not trigger a build; if none of the files
within a change are contained in the view mask, the build is filtered.
For example, with a View Mask Filter of:
Case A (change will not be filtered, as index.xml is
in the view mask):
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
Case B (change will not be filtered, as index.xml is
in the view mask):
`//depot/main/test/index.xml`
`//depot/main/src/build.xml`
Case C (change will be filtered, as no file is
in the view mask):
`//depot/main/src/build.xml`
Case D (change will be filtered, as no file is
in the view mask):
`//depot/main/src/build.xml`
`//depot/main/tests/001/test.xml`
*Type:* String
Perforce will populate the workspace with the file revisions
needed for the build. The different options effect the way the
workspace is cleaned and the file revisions are updated.
Automatic Cleanup and Sync
Efficient cleaning and syncing of file revisions. Extra (non
versioned files) are removed, missing and modified files re-added. Best
for clean builds.
Force Clean and Sync
Will remove all files from under the workspace root, then
force sync the required files. Inefficient and NOT RECOMENDED.
No cleanup attempted; the sync will update all files (as CLOBBER is
set) to the required set of revisions. Best for incremental builds.
No files Sync or cleanup attempted; the Workspace's have list is updated.
Effective command 'p4 sync -k'.
Nested Choice of Objects
+$class: 'AutoCleanImpl'+
+replace+::::
+
REPLACE missing/modified files
Perforce will check out and overwrite any depot files which are either missing from workspace,
or have been modified locally.
Type: boolean
Perforce will delete any local files that are not in the depot.
Type: boolean
modtime
-
quiet
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
$class: CheckOnlyImpl
have::::
force
-
modtime
-
quiet
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
$class: ForceCleanImpl
have::::
quiet
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
$class: SyncOnlyImpl
revert::::
have
-
modtime
-
quiet
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
parallel
-
enable:
-
path:
-
threads:
-
minfiles:
-
minbytes:
-
browser
-
Nested Choice of Objects
$class: FishEyeBrowser
url
-
rootModule
-
$class: OpenGrokBrowser
url::::
$class: P4WebBrowser
url::::
$class: SwarmBrowser
url::::
$class: PlasticSCM
selector:::
workspaceName
-
useUpdate
-
additionalWorkspaces
-
selector
-
workspaceName
-
useUpdate
-
$class: ProxySCM
projectName:::
$class: PucmScm
component:::
levelToPoll
-
loadModule
-
stream
-
newest
-
multiSite
-
testing
-
buildProject
-
$class: PvcsScm
projectRoot:::
archiveRoot
-
changeLogPrefixFudge
-
moduleDir
-
loginId
-
pvcsWorkspace
-
promotionGroup
-
versionLabel
-
cleanCopy
-
$class: RTCScm
overrideGlobal:::
+
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The build toolkit location and Jazz Repository connection can be defined globally or overridden. If not defined globally, it must be overridden.
Type: boolean
buildTool
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The RTC build toolkit to use when performing builds. The toolkits available are defined in the system configuration (with the other tools like Ant and Java).
The build toolkit is also necessary on the Master for polling and validating the job configuration unless the "Avoid using build toolkit on Master" option is enabled.
Type: String
serverURI
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The Jazz Repository connection URI for the Rational Team Concert (RTC) server
Type: String
timeout
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The timeout period in seconds for Jazz repository requests made during the build.
Type: int
userId
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The build user id. Either credentials or a user id and password information should be supplied.
Type: String
password
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The Jazz Repository password for the build user.
The use of a password is not secure, it can be easily discovered by anyone with access to this page.
Credentials, a password file or a password should be supplied.
+ hudson.util.Secret+
passwordFile
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The path to the file containing the obfuscated Jazz Repository password for the build user.
Credentials, a password file or a password should be supplied.
Type: String
credentialsId
-
<!--
/*
* Copyright (c) 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
Credentials to use for the build user. A user name and password credential for the Jazz Repository should be configured.
Type: String
buildType
-
value
-
buildDefinition
-
buildWorkspace
-
buildSnapshot
-
buildStream
-
acceptBeforeLoad (optional)
-
buildSnapshotContext (optional)
-
snapshotOwnerType:
-
processAreaOfOwningStream:
-
clearLoadDirectory (optional)
-
createFoldersForComponents (optional)
-
currentSnapshotOwnerType (optional)
-
customizedSnapshotName (optional)
-
generateChangelogWithGoodBuild (optional)
-
loadDirectory (optional)
-
overrideDefaultSnapshotName (optional)
-
processArea (optional)
-
avoidUsingToolkit
-
<!--
/*
* Copyright (c) 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
Where possible avoid using the Build toolkit when performing tasks on the Master.
This is still in the experimental stage. You will require an RTC 5.0 server which
provides some of the services used.
The Build toolkit will not be used when polling RTC and terminating the RTC Build. The toolkit
is still required though. It is used for other configuration tasks on the Master
(i.e. validating the connection to RTC, the build definition or workspace).
It is also used for checkout tasks typically performed on slave nodes.
Type: boolean
$class: RepoScm
manifestRepositoryUrl:::
currentBranch (optional)
-
depth (optional)
-
destinationDir (optional)
-
forceSync (optional)
-
ignoreProjects (optional)
-
jobs (optional)
-
localManifest (optional)
-
manifestBranch (optional)
-
manifestFile (optional)
-
manifestGroup (optional)
-
mirrorDir (optional)
-
noTags (optional)
-
quiet (optional)
-
repoUrl (optional)
-
resetFirst (optional)
-
showAllChanges (optional)
-
trace (optional)
-
$class: SCLMSCM
server:::
port
-
userID
-
password
-
JESINTERFACELEVEL1
-
project
-
alternate
-
group
-
types
-
custJobStep
-
JobStep
-
custJobHeader
-
JobHeader
-
$class: ShellScriptSCM
checkoutShell:::
pollingShell
-
useCheckoutForPolling
-
$class: SimpleClearCaseSCM
loadRules:::
+
Specify the paths to the source code inside of ClearCase VOBS. one Path for each line.
/vobs/structure/package/product/subproduct
/vobs/structure/package/product/anothersubproduct.
Type: String
viewname
-
The viewname which has a configured config spec. This is external to the plugin as
the way the config spec can be configured in many different ways. From updating the config spec
dynamically with fixed intervals to having a constant one throughout a full project life time.
Type: String
branch
-
Specify which branch to follow. Not mandatory. If not set then all branches
will be followed, i.e you will get notifications about changes in branches
which your config specification isn’t related to.
Example value: main, dev etc.
*Type:* String
filter
-
Filters out mkbranch and rmbranch messages in lshistory. These changes isn’t
relevant if you are tracking source files in a specific branch.
Type: boolean
$class: StarTeamSCM
hostname:::
port
-
projectname
-
viewname
-
foldername
-
username
-
password
-
labelname
-
promotionstate
-
$class: StoreSCM
scriptName:::
repositoryName
-
Specify the name of the Store repository to be checked. It is assumed that
the Smalltalk image being run by the
"script" property will contain any necessary repository definitions.
Type: String
pundles
-
List the names of the top-level pundles (bundles and/or packages) to check
for changes.
All listed pundles and their recursive prerequisites will be checked.
Array/List
pundleType
-
name
-
versionRegex
-
Specify a Regex11-style regular expression that specifies which pundle
versions to consider
when checking for changes. Examples:
.+ (the default) will match any version string
\d+ will match any integer version number
(7.9\s*-\s*)?\d+ will match any integer version number with
an optional "7.9 - " prefix
*Type:* String
minimumBlessingLevel
-
Choose the minimum Store blessing level that should be considered. Pundle
versions with a lower
blessing level will be ignored.
Type: String
generateParcelBuilderInputFile
-
Check this if Jenkins should generate an input file for ParcelBuilder or a
similar tool.
A ParcelBuilder input file specifies the type, name, and version of all of
the Pundles
that are part of the current build.
Type: boolean
parcelBuilderInputFilename
-
The name of the file, relative to the Jenkins workspace directory, where the
input file
for ParcelBuilder will be written.
Type: String
Checks out the source code from Subversion repositories. See
post-commit hook set up for improved turn-around time and
performance in polling.
remote
-
credentialsId
-
local
-
Specify a local directory (relative to the workspace root)
where this module is checked out. If left empty, the last path component of the URL
is used as the default, just like the svn CLI.
A single period (.) may be used to check out the project directly
into the workspace rather than into a subdirectory.
Type: String
depthOption
-
--depth option for checkout and update commands. Default value is infinity.
empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
More information can be found
here.
*Type:* String
ignoreExternalsOption
-
"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.
More information can be found
here.
Note: there is the potential to leverage `svn:externals` to gain read access to the entire
Subversion repository. This can happen if you follow the normal practice of giving Jenkins
credentials with read access to the entire Subversion repository. You will also need to provide the credentials
to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
workspaceUpdater
-
Nested Choice of Objects
$class: CheckoutUpdater
$class: UpdateUpdater
$class: UpdateWithCleanUpdater
$class: UpdateWithRevertUpdater
browser
-
Nested Choice of Objects
$class: Assembla
spaceName
-
$class: BacklogRepositoryBrowser
url::::
+
Set the project URL of Repository Browser used with this project. Sample of URL are shown below.
When no value is set, project of "Backlog URL" set above is used.
Type: String
$class: GoogleCodeRepositoryBrowser
$class: PolarionRepositoryBrowser
url::::
$class: RedmineRepositoryBrowser
repositoryId::::
$class: TeamForge
connectionFactory::::
url:
-
This should be the URL of your CollabNet TeamForge site. It should be of the form https://forge.collab.net.
Type: String
username:
-
The user who will upload the files.
Type: String
password:
-
The password for the user specified above. If incorrectly given, the login to the CollabNet TeamForge server will fail.
Type: String
project
-
repo
-
$class: TracRepositoryBrowser
$class: ViewVCRepositoryBrowser
url::::
$class: WebSVN2RepositoryBrowser
url::::
excludedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or
folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
/trunk/myapp/src/main/web/.*\.html
/trunk/myapp/src/main/web/.*\.jpeg
/trunk/myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
More information on regular expressions can be found
here.
*Type:* String
excludedUsers
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.
Each exclusion uses literal pattern matching, and must be separated by a new line.
The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
excludedRevprop
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions
that are marked with the given revision property (revprop) when determining if
a build needs to be triggered. This can be used to exclude commits done by the
build itself from triggering another build, assuming the build server commits
the change with the correct revprop.
This type of exclusion only works with Subversion 1.5 servers and newer.
More information on revision properties can be found
here.
Type: String
excludedCommitMessages
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions
with commit messages containing any of the given regular expressions when
determining if a build needs to be triggered.
Type: String
includedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or
folders that are not in this list when determining if a build needs to be triggered.
Each inclusion uses regular expression pattern matching, and must be separated by a new line.
This is useful when you need to check out an entire resource for building, but only want to do
the build when a subset has changed.
/trunk/myapp/c/library1/.*
/trunk/myapp/c/library2/.*
If /trunk/myapp is checked out, the build will only occur when there are changes to
either the c/library1 and c/library2 subtrees.
If there are also excluded regions specified, then a file is not ignored when it is in
the included list and not in the excluded list.
More information on regular expressions can be found
here.
*Type:* String
ignoreDirPropChanges
-
If set, Jenkins ignores svn-property only changes of directories.
These changes are ignored when determining whether a build should be triggered and are removed from a
build’s changeset.
Main usage of this property is to ignore svn:mergeinfo changes (which would otherwise e.g. lead to a complete rebuild
of a maven project, in spite of incremental build option).
Type: boolean
filterChangelog
-
If set Jenkins will apply the same inclusion and exclusion patterns for displaying changelog entries as it does for polling for changes.
If this is disabled, changes which are excluded for polling are still displayed in the changelog.
Type: boolean
additionalCredentials
-
If there are additional credentials required in order to obtain a complete checkout of the source, they can be
provided here.
The realm is how the repository self-identifies to a client. It usually has the following format:
<proto://host:port> Realm Name
`proto` is the protocol, e.g. `http` or `svn`.
`host` is the host how it's accessed by Jenkins, e.g. as IP address `192.168.1.100`, host name `svnserver`, or host name and domain `svn.example.org`.
`port` is the port, even if not explicitly specified. By default, this is `80` for HTTP, `443` for HTTPS, 3690 for the `svn` protocol.
`Realm Name` is how the repository self-identifies. Common options include `VisualSVN Server`, `Subversion Authentication` or the UUID of the repository.
To find out the realm, you could do any of the following:
If you access the repository via HTTP or HTTPS: Open the repo in a web browser without saved credentials. It will use the `Realm Name` (see above) in the authentication dialog.
Use the command line `svn` program.
If you don't have stored the credentials, run e.g. `svn info https://svnserver/repo` and it will tell you the realm when asking you to enter a password, e.g.: Authentication realm: <svn://svnserver:3690> VisualSVN Server.
If you have already stored the credentials to access the repository, look for the realm name in one of the files in `~/.subversion/auth/svn/simple`; it will be two lines below the line `svn:realmstring`
Make sure to enter the realm exactly as shown, starting with a <.
Array/List
realm
-
This is the realm that the SvnKit library associates with a specific checkout. For most Subversion servers this
will typically be of the format <scheme://hostname(:port)/path...>
Type: String
credentialsId
-
Select the credential from the list of relevant credentials in order to use that credential for checking out
the source code.
Type: String
$class: SurroundSCM
rsaKeyPath:::
server
-
serverPort
-
userName
-
password
-
branch
-
repository
-
surroundSCMExecutable
-
includeOutput
-
$class: SynergySCM
project:::
database
-
release
-
purpose
-
username
-
password
-
engine
-
oldProject
-
baseline
-
oldBaseline
-
ccmHome
-
remoteClient
-
detectConflict
-
replaceSubprojects
-
checkForUpdateWarnings
-
leaveSessionOpen
-
maintainWorkarea
-
checkTaskModifiedObjects
-
$class: TeamFoundationServerScm
serverUrl:::
+
NEW since 5.1.0: This field now allows you to select from a list that is built from the values configured under Team Project Collections at Jenkins > Manage Jenkins > Configure System.
If you are using Team Services, please omit the `/DefaultCollection`.
Examples:
`http://tfs.example.com:8080/tfs/DefaultCollection`
`https://tfs.example.com:8080/tfs/CustomCollection`
`https://fabrikam-fiber-inc.visualstudio.com`
Learn more about team project collections at MSDN.
Historically, this field was labeled "Server URL" because earlier versions of TFS did not support team project collections.
*Type:* String
projectPath
-
The name of the project as it is registered on the server.
Type: String
workspaceName
-
The name of the Workspace under which the source should be retrieved. This workspace is
created as needed. You can normally
omit the property unless you want to name a workspace to avoid conflicts
on the server (i.e. when you have multiple projects on one server talking
to TFS/Team Services)
The default value is to create a workspace named Hudson-${JOB_NAME}. The TFS plugin for Jenkins
supports the following macros that are replaced in the workspace name:
${JOB_NAME} - The name of the job.
${USER_NAME} - The user name that the Hudson server or slave is running as.
${NODE_NAME} - The name of the node/slave that the plugin currently is executed on.
Note that this is not the hostname, this value is Hudson configured name of the slave/node.
${:encoding=>"UTF-8", :interpolate=>false, :scss=>{:line_numbers=>true, :style=>"expanded"}, :sass=>{:line_numbers=>true, :style=>"expanded"}, :content_syntax=>{"coffee"=>"coffeescript", "md"=>"markdown", "mkd"=>"markdown", "org"=>"orgmod", "adoc"=>"asciidoc", "ad"=>"asciidoc"}, :haml=>AStruct<{:attr_wrapper=>"\"", :escape_attrs=>:once, :format=>:xhtml, :ugly=>true, :escape_html=>false}>, :"haml|html"=>AStruct<{:format=>:html5}>, :slim=>{:sort_attrs=>false, :disable_escape=>true, :format=>:xhtml}, :"slim|html"=>{:format=>:html}, :asciidoctor=>AStruct<{:backend=>"html5", :safe=>"unsafe", :attributes=>{"imagesdir"=>"/images@", "stylesdir"=>"/stylesheets", "compat-mode"=>"@", "attribute-missing"=>"warn", "relfileprefix"=>"../", "outfilesuffix"=>"/", "idprefix"=>"", "idseparator"=>"-", "icons"=>"font", "sectanchors"=>"", "linkattrs"=>"", "source-highlighter"=>"coderay", "coderay-css"=>"style", "prewrap"=>nil, "fragment"=>"", "notitle"=>"", "site-encoding"=>"UTF-8@", "site-interpolate"=>"false@", "site-profile"=>"rtyler@", "site-base_url"=>"https://rtyler.github.io/jenkins.io@", "site-local_tz"=>"UTC@", "site-base_title"=>"Jenkins@", "env"=>Site{:dir=>/home/tyler/source/github/jenkins-infra/jenkins.io/content}, "env-site"=>true, "awestruct-version"=>"0.5.7", "docdir"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps", "docfile"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc", "docname"=>"workflow-scm-step", "docdate"=>"2017-01-31", "doctime"=>"15:12:26 PST", "docdatetime"=>"2017-01-31 15:12:26 PST", "page-interpolate"=>"false@", "page-layout"=>"simplepage@", "page-title"=>"workflow-scm-step@", "page-tags"=>"[#/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 55532600: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>]@", "page-author"=>"@", "page-slug"=>"blueocean-dev-log-jan2@", "page-lastmod"=>"2017-01-31@", "page-priority"=>"0.1@", "page-change_frequency"=>"never@", "page-url"=>"/doc/pipeline/steps/workflow-scm-step/@", "page-section"=>"doc@", "page-doctitle"=>"workflow-scm-step@", "page-authors"=>"[AStruct<{:name=>\"\", :email=>\"jenkinsci-users@googlegroups.com\"}>]@", "page-notitle"=>"true@"}, :base_dir=>nil}>, :textile=>{:no_span_caps=>true}, :generation=>AStruct<{:in_theads=>40, "in_threads"=>0, :mutex=>#, :return_results=>true}>, :profile=>"rtyler", :base_url=>"https://rtyler.github.io/jenkins.io", :local_tz=>"UTC", :base_title=>"Jenkins", :google_analytics=>AStruct<{"anonymizeIp"=>true, "account"=>"UA-4216293-5"}>, :deploy=>{"host"=>"github_pages", "branch"=>"gh-pages"}, :posts=>[Awestruct::Page{ 17063260: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 18158540: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 23910220: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 25920020: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 26237140: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7604460: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, Awestruct::Page{ 12080040: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 7879220: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27828660: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 28601920: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, Awestruct::Page{ 24771740: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 25575560: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, Awestruct::Page{ 25848160: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, Awestruct::Page{ 26157160: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 25302420: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], :posts_archive=>#{1=>{20=>[Awestruct::Page{ 17063260: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }], 19=>[Awestruct::Page{ 18158540: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], 17=>[Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 23910220: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], 13=>[Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }], 12=>[Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }], 11=>[Awestruct::Page{ 25920020: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }], 10=>[Awestruct::Page{ 26237140: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }]}}, 2016=>{12=>{31=>[Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }], 20=>[Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], 19=>[Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }], 10=>[Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }], 9=>[Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }]}, 11=>{22=>[Awestruct::Page{ 7604460: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], 21=>[Awestruct::Page{ 12080040: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], 16=>[Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }], 13=>[Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }], 12=>[Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }], 11=>[Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }]}, 10=>{31=>[Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], 18=>[Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }], 16=>[Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }], 29=>[Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }], 27=>[Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }], 24=>[Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }], 20=>[Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }], 19=>[Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }], 9=>[Awestruct::Page{ 7879220: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }], 8=>[Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }], 7=>[Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }], 6=>[Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }], 1=>[Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }], 30=>[Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }], 29=>[Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }], 26=>[Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }], 24=>[Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }], 22=>[Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }], 17=>[Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27828660: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }], 11=>[Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], 10=>[Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], 9=>[Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }], 8=>[Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], 3=>[Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }], 19=>[Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }], 18=>[Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], 14=>[Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }], 7=>[Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }], 1=>[Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }]}, 6=>{30=>[Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], 29=>[Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }], 16=>[Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }], 15=>[Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], 14=>[Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], 13=>[Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], 10=>[Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], 1=>[Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }]}, 5=>{31=>[Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }], 26=>[Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }], 25=>[Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }], 23=>[Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }], 18=>[Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }], 17=>[Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], 12=>[Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], 11=>[Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }], 10=>[Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }]}, 4=>{26=>[Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }], 22=>[Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }], 21=>[Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], 15=>[Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }], 14=>[Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], 11=>[Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }], 7=>[Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }], 1=>[Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }]}, 3=>{30=>[Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }], 24=>[Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }], 21=>[Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }], 18=>[Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }], 15=>[Awestruct::Page{ 28601920: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], 11=>[Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }], 3=>[Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], 2=>[Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }]}, 2=>{29=>[Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], 24=>[Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], 19=>[Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }], 6=>[Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], 26=>[Awestruct::Page{ 24771740: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }], 10=>[Awestruct::Page{ 25575560: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], 7=>[Awestruct::Page{ 25848160: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }], 5=>[Awestruct::Page{ 26157160: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], 4=>[Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }]}}, 2015=>{12=>{21=>[Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }], 18=>[Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }], 17=>[Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }], 16=>[Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }], 9=>[Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }], 3=>[Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }], 2=>[Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }]}, 11=>{16=>[Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }], 11=>[Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }], 6=>[Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }], 4=>[Awestruct::Page{ 25302420: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }], 3=>[Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }], 1=>[Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }]}, 10=>{30=>[Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }], 29=>[Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }], 28=>[Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }], 27=>[Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }], 25=>[Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }], 19=>[Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }], 9=>[Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }], 2=>[Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }], 1=>[Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }], 29=>[Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }], 19=>[Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], 7=>[Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }], 3=>[Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }], 1=>[Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }], 28=>[Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }], 25=>[Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }], 24=>[Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }], 20=>[Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }], 18=>[Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }], 13=>[Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }], 10=>[Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }], 5=>[Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }], 4=>[Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }], 3=>[Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }], 29=>[Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }], 28=>[Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }], 25=>[Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }], 24=>[Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }], 23=>[Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }], 15=>[Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }], 14=>[Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }], 9=>[Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }], 16=>[Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }], 15=>[Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }], 9=>[Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }], 8=>[Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }], 3=>[Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }], 2=>[Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }], 1=>[Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }]}, 5=>{20=>[Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }], 18=>[Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }], 14=>[Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }], 7=>[Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }], 22=>[Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }], 13=>[Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }], 6=>[Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }]}, 3=>{25=>[Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }], 17=>[Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }], 6=>[Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }], 3=>[Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }]}, 2=>{25=>[Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }], 24=>[Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }], 19=>[Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }], 9=>[Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }]}}, 2014=>{12=>{17=>[Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }], 3=>[Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }]}, 10=>{20=>[Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }], 15=>[Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }], 6=>[Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }]}, 9=>{25=>[Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }], 24=>[Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }], 17=>[Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }], 2=>[Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }]}, 8=>{28=>[Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }], 12=>[Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }], 11=>[Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }], 28=>[Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }], 18=>[Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }], 9=>[Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }], 8=>[Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }], 3=>[Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }], 1=>[Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }]}, 6=>{20=>[Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }], 19=>[Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }], 16=>[Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }], 11=>[Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }], 10=>[Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }], 9=>[Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }], 6=>[Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }], 5=>[Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }], 3=>[Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }]}, 5=>{30=>[Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }], 27=>[Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }], 19=>[Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }], 8=>[Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }], 18=>[Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }], 16=>[Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }], 15=>[Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }], 11=>[Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }], 9=>[Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }], 4=>[Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }], 1=>[Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }]}, 3=>{21=>[Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }], 19=>[Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }]}, 1=>{25=>[Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }]}}, 2013=>{12=>{5=>[Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }], 4=>[Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }]}, 11=>{25=>[Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }], 20=>[Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }], 17=>[Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }], 8=>[Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }]}, 10=>{18=>[Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }], 9=>[Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }]}, 9=>{23=>[Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }], 16=>[Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }], 11=>[Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }], 9=>[Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }], 5=>[Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }]}, 8=>{1=>[Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }]}, 7=>{31=>[Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }], 24=>[Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }], 11=>[Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }], 1=>[Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }]}, 6=>{21=>[Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }]}, 5=>{22=>[Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }], 17=>[Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }], 6=>[Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }]}, 4=>{30=>[Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }], 25=>[Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }], 19=>[Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }]}, 3=>{12=>[Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }]}, 2=>{15=>[Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }]}, 1=>{30=>[Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }], 26=>[Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }], 9=>[Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }]}}, 2012=>{12=>{25=>[Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }], 20=>[Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }], 19=>[Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }], 13=>[Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }]}, 11=>{18=>[Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }], 16=>[Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }], 15=>[Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }], 14=>[Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }]}, 9=>{28=>[Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }], 26=>[Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }], 24=>[Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }], 21=>[Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }], 12=>[Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }], 11=>[Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }]}, 8=>{27=>[Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }], 20=>[Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }], 23=>[Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }], 19=>[Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }]}, 5=>{28=>[Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }], 21=>[Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }], 10=>[Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }]}, 4=>{13=>[Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }]}, 3=>{26=>[Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }], 13=>[Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }], 6=>[Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }]}, 2=>{21=>[Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }], 13=>[Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }], 2=>[Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }]}, 1=>{20=>[Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }], 5=>[Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }], 4=>[Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }]}}, 2011=>{12=>{28=>[Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }], 23=>[Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }], 20=>[Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }], 19=>[Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }], 5=>[Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }], 2=>[Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }]}, 11=>{15=>[Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }], 10=>[Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }], 7=>[Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], 4=>[Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }], 3=>[Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }], 17=>[Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }], 5=>[Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }]}, 9=>{20=>[Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }], 19=>[Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }], 14=>[Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }], 1=>[Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }]}, 8=>{9=>[Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }], 8=>[Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }]}, 7=>{18=>[Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }]}, 6=>{24=>[Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }], 16=>[Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], 14=>[Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }], 9=>[Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }], 8=>[Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }]}, 5=>{27=>[Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], 12=>[Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], 4=>[Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }]}, 4=>{14=>[Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }], 4=>[Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }], 1=>[Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }]}, 3=>{23=>[Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }], 21=>[Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }], 13=>[Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }], 3=>[Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }]}, 2=>{14=>[Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }], 5=>[Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }], 4=>[Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }]}, 1=>{29=>[Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }], 11=>[Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }], 8=>[Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }]}}, 2010=>{12=>{5=>[Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }], 1=>[Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }]}, 11=>{30=>[Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }], 23=>[Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }]}, 9=>{22=>[Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }], 21=>[Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }], 20=>[Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }], 17=>[Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }], 9=>[Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }], 5=>[Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }], 4=>[Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }], 2=>[Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }], 1=>[Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }], 30=>[Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], 29=>[Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }], 26=>[Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }], 20=>[Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }], 17=>[Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }], 16=>[Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }], 11=>[Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }], 10=>[Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }], 2=>[Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }]}, 7=>{28=>[Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }], 27=>[Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }], 22=>[Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }], 21=>[Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }], 13=>[Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }], 12=>[Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }], 8=>[Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }], 7=>[Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }], 6=>[Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }], 5=>[Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }]}, 6=>{29=>[Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }], 28=>[Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }], 23=>[Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }], 22=>[Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }], 14=>[Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }], 11=>[Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }], 10=>[Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }], 9=>[Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }], 16=>[Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }], 12=>[Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }], 7=>[Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }], 1=>[Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }]}, 3=>{31=>[Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }], 30=>[Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }], 27=>[Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }], 23=>[Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }], 22=>[Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }], 19=>[Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }], 16=>[Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }], 15=>[Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }], 14=>[Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], 13=>[Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }], 12=>[Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }], 9=>[Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }], 8=>[Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }], 7=>[Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }], 5=>[Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }], 2=>[Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }], 1=>[Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }]}, 2=>{26=>[Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }], 25=>[Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], 24=>[Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }], 23=>[Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], 22=>[Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }], 19=>[Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }], 18=>[Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }], 17=>[Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }], 16=>[Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }], 15=>[Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }], 14=>[Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }], 12=>[Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], 11=>[Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], 10=>[Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], 9=>[Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }], 8=>[Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], 2=>[Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }]}}}>, :posts_tags=>[#/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 27410780: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25756740: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 28164880: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 54625040: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 58865860: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 55532600: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 12485200: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 47793600: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 67957860: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66107860: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57404140: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 61581580: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46387800: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 65587960: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 48228940: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57018880: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45850460: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 53517660: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52848040: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 62442080: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 43672760: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 18464880: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 65154500: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52182180: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=6, @primary_page=Awestruct::Page{ 55967320: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 58449600: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 66075980: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46735600: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 48358960: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 45530860: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 56868200: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61479020: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 59682000: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 62804780: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61297860: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 9110220: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25983200: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 48420240: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 59222020: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 64152820: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 47650700: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61935500: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60940480: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60029160: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 62511980: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 58282700: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 59868040: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60767940: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 27793480: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60393940: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 55479180: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 67029500: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 26419100: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 55051200: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 26598380: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 48806940: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 47598680: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 47253680: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 28965500: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 54879640: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 48791320: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 48558740: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 56769820: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 56120560: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 17203420: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 45994240: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 18037100: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 19551220: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 28574380: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45357180: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 62684820: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60048280: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 19012900: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46033280: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 29365900: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66430980: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57881400: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25515620: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 62619220: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46638320: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 26213120: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 64186760: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 44726600: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 42392040: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45434420: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 26762620: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>], :events=>{:"seville-jam"=>Awestruct::Page{ 58403900: output_path=>/_data/events/seville-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seville-jam.adoc, layout=> }, :"moscow-jam-1"=>Awestruct::Page{ 58236820: output_path=>/_data/events/moscow-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/moscow-jam-1.adoc, layout=> }, :"pre-fosdem-2017-happy hour"=>Awestruct::Page{ 58003160: output_path=>/_data/events/pre-fosdem-2017-happy hour.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/pre-fosdem-2017-happy hour.adoc, layout=> }, :"jenkins-2"=>Awestruct::Page{ 57761980: output_path=>/_data/events/jenkins-2.0-tweetfest.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-2.0-tweetfest.adoc, layout=> }, :"boston-devops-dojo"=>Awestruct::Page{ 57404640: output_path=>/_data/events/boston-devops-dojo.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-devops-dojo.adoc, layout=> }, :"boston-jam-feb2017"=>Awestruct::Page{ 57139020: output_path=>/_data/events/boston-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-feb2017.adoc, layout=> }, :"guadalajara-jam"=>Awestruct::Page{ 56898760: output_path=>/_data/events/guadalajara-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam.adoc, layout=> }, :"gsoc-midterm-presentations-1"=>Awestruct::Page{ 56722820: output_path=>/_data/events/gsoc-midterm-presentations-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-1.adoc, layout=> }, :"melbourne-jam-dec16"=>Awestruct::Page{ 56408180: output_path=>/_data/events/melbourne-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec16.adoc, layout=> }, :Fosdem2017=>Awestruct::Page{ 56118140: output_path=>/_data/events/Fosdem2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Fosdem2017.adoc, layout=> }, :"sydney-jam-jan2017"=>Awestruct::Page{ 55762800: output_path=>/_data/events/sydney-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sydney-jam-jan2017.adoc, layout=> }, :"boston-jam-bible"=>Awestruct::Page{ 55554880: output_path=>/_data/events/boston-jam-bible.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-bible.adoc, layout=> }, :"bangalore-jam-1"=>Awestruct::Page{ 55416160: output_path=>/_data/events/bangalore-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/bangalore-jam-1.adoc, layout=> }, :"tel-aviv-jam-2"=>Awestruct::Page{ 55102320: output_path=>/_data/events/tel-aviv-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam-2.adoc, layout=> }, :"boston-jam-2"=>Awestruct::Page{ 54763600: output_path=>/_data/events/boston-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-2.adoc, layout=> }, :"munchen-jam-feb2017"=>Awestruct::Page{ 54456720: output_path=>/_data/events/munchen-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/munchen-jam-feb2017.adoc, layout=> }, :"Jenkins-2"=>Awestruct::Page{ 54067560: output_path=>/_data/events/Jenkins-2.0-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Jenkins-2.0-vJAM.adoc, layout=> }, :seagl2016=>Awestruct::Page{ 53506160: output_path=>/_data/events/seagl2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seagl2016.adoc, layout=> }, :"amsterdam-jam"=>Awestruct::Page{ 52954800: output_path=>/_data/events/amsterdam-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam.adoc, layout=> }, :"dfw-jam-5"=>Awestruct::Page{ 52483880: output_path=>/_data/events/dfw-jam-5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-5.adoc, layout=> }, :"fosdem-2016"=>Awestruct::Page{ 51948700: output_path=>/_data/events/fosdem-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/fosdem-2016.adoc, layout=> }, :"seattle-jam-1"=>Awestruct::Page{ 45153800: output_path=>/_data/events/seattle-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seattle-jam-1.adoc, layout=> }, :"jenkins-world-contributor-summit"=>Awestruct::Page{ 48149720: output_path=>/_data/events/jenkins-world-contributor-summit.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-contributor-summit.adoc, layout=> }, :"atlanta-jam"=>Awestruct::Page{ 47569320: output_path=>/_data/events/atlanta-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam.adoc, layout=> }, :"2016-08-25-online-jam-gsoc"=>Awestruct::Page{ 46780340: output_path=>/_data/events/2016-08-25-online-jam-gsoc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-08-25-online-jam-gsoc.adoc, layout=> }, :"tel-aviv-jam"=>Awestruct::Page{ 45556760: output_path=>/_data/events/tel-aviv-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam.adoc, layout=> }, :"london-jam-1"=>Awestruct::Page{ 46708620: output_path=>/_data/events/london-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/london-jam-1.adoc, layout=> }, :"boulder-jam-oct16"=>Awestruct::Page{ 48451040: output_path=>/_data/events/boulder-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-oct16.adoc, layout=> }, :"spb-jam-3"=>Awestruct::Page{ 46259960: output_path=>/_data/events/spb-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/spb-jam-3.adoc, layout=> }, :"albuquerque-jam-1"=>Awestruct::Page{ 48469140: output_path=>/_data/events/albuquerque-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-1.adoc, layout=> }, :"dfw-jam-6"=>Awestruct::Page{ 45221520: output_path=>/_data/events/dfw-jam-6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-6.adoc, layout=> }, :"2016-09-06-online-jam-plugin-dev-2"=>Awestruct::Page{ 44939660: output_path=>/_data/events/2016-09-06-online-jam-plugin-dev-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-09-06-online-jam-plugin-dev-2.adoc, layout=> }, :"guadalajara-jam-nov2016"=>Awestruct::Page{ 44731480: output_path=>/_data/events/guadalajara-jam-nov2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-nov2016.adoc, layout=> }, :"guadalajara-jam-2"=>Awestruct::Page{ 44391760: output_path=>/_data/events/guadalajara-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-2.adoc, layout=> }, :"2016-seattle-jam-nov-11"=>Awestruct::Page{ 43314520: output_path=>/_data/events/2016-seattle-jam-nov-11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-11.adoc, layout=> }, :"singapore-august-jam"=>Awestruct::Page{ 43008260: output_path=>/_data/events/singapore-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-august-jam.adoc, layout=> }, :"austin-jam-jan17"=>Awestruct::Page{ 29582100: output_path=>/_data/events/austin-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/austin-jam-jan17.adoc, layout=> }, :"sf-jam-jan17"=>Awestruct::Page{ 29392060: output_path=>/_data/events/sf-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-jan17.adoc, layout=> }, :"dfw-jam-8"=>Awestruct::Page{ 29306940: output_path=>/_data/events/dfw-jam-8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-8.adoc, layout=> }, :"washington-dc-jam-1"=>Awestruct::Page{ 29139760: output_path=>/_data/events/washington-dc-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-dc-jam-1.adoc, layout=> }, :"sf-jam"=>Awestruct::Page{ 28983740: output_path=>/_data/events/sf-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam.adoc, layout=> }, :"dublin-jam-1"=>Awestruct::Page{ 28818200: output_path=>/_data/events/dublin-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-1.adoc, layout=> }, :"jenkins-world-2016"=>Awestruct::Page{ 28656240: output_path=>/_data/events/jenkins-world-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-2016.adoc, layout=> }, :"paris-jam-1"=>Awestruct::Page{ 28494500: output_path=>/_data/events/paris-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/paris-jam-1.adoc, layout=> }, :"singapore-jam"=>Awestruct::Page{ 28335040: output_path=>/_data/events/singapore-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam.adoc, layout=> }, :"boston-jam-1"=>Awestruct::Page{ 28154640: output_path=>/_data/events/boston-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-1.adoc, layout=> }, :"singapore-jam-nov16"=>Awestruct::Page{ 27999680: output_path=>/_data/events/singapore-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam-nov16.adoc, layout=> }, :"boulder-jam-1"=>Awestruct::Page{ 27827440: output_path=>/_data/events/boulder-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-1.adoc, layout=> }, :"meetup-linuxwochen"=>Awestruct::Page{ 27708720: output_path=>/_data/events/meetup-linuxwochen.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/meetup-linuxwochen.adoc, layout=> }, :"melbourne-jam-nov16"=>Awestruct::Page{ 27541040: output_path=>/_data/events/melbourne-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-nov16.adoc, layout=> }, :"guadalajara-jam-dec2016"=>Awestruct::Page{ 27391280: output_path=>/_data/events/guadalajara-jam-dec2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-dec2016.adoc, layout=> }, :"melbourne-jam-dec"=>Awestruct::Page{ 27204480: output_path=>/_data/events/melbourne-jam-dec.14.16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec.14.16.adoc, layout=> }, :"online-jam-dec16"=>Awestruct::Page{ 27043640: output_path=>/_data/events/online-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/online-jam-dec16.adoc, layout=> }, :"atlanta-jam-3"=>Awestruct::Page{ 26721220: output_path=>/_data/events/atlanta-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam-3.adoc, layout=> }, :"dfw-jam-2"=>Awestruct::Page{ 26658300: output_path=>/_data/events/dfw-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-2.adoc, layout=> }, :"juc-israel"=>Awestruct::Page{ 26587540: output_path=>/_data/events/juc-israel.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/juc-israel.adoc, layout=> }, :"la-jam-@-the-reserve"=>Awestruct::Page{ 26522500: output_path=>/_data/events/la-jam-@-the-reserve.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/la-jam-@-the-reserve.adoc, layout=> }, :"washington-jam-jan17"=>Awestruct::Page{ 26441520: output_path=>/_data/events/washington-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-jan17.adoc, layout=> }, :"sf-jam-oct16"=>Awestruct::Page{ 26371640: output_path=>/_data/events/sf-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-oct16.adoc, layout=> }, :"sf-jam-nov16"=>Awestruct::Page{ 26289420: output_path=>/_data/events/sf-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-nov16.adoc, layout=> }, :"lima-august-jam"=>Awestruct::Page{ 26188800: output_path=>/_data/events/lima-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/lima-august-jam.adoc, layout=> }, :"belarus-meetup"=>Awestruct::Page{ 26096820: output_path=>/_data/events/belarus-meetup.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/belarus-meetup.adoc, layout=> }, :"guadalajara-jam-oct2016"=>Awestruct::Page{ 26010920: output_path=>/_data/events/guadalajara-jam-oct2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-oct2016.adoc, layout=> }, :"dfw-jam-3"=>Awestruct::Page{ 25907500: output_path=>/_data/events/dfw-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-3.adoc, layout=> }, :"amsterdam-jam-nov16"=>Awestruct::Page{ 25817020: output_path=>/_data/events/amsterdam-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam-nov16.adoc, layout=> }, :"2016-seattle-jam-nov-9"=>Awestruct::Page{ 25741420: output_path=>/_data/events/2016-seattle-jam-nov-9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-9.adoc, layout=> }, :"dublin-jam-2"=>Awestruct::Page{ 25641460: output_path=>/_data/events/dublin-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-2.adoc, layout=> }, :"guadalajara-jam-jan2017"=>Awestruct::Page{ 25567920: output_path=>/_data/events/guadalajara-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-jan2017.adoc, layout=> }, :jenkinsworld2017=>Awestruct::Page{ 25380680: output_path=>/_data/events/jenkinsworld2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkinsworld2017.adoc, layout=> }, :"gsoc-midterm-presentations-2"=>Awestruct::Page{ 25230500: output_path=>/_data/events/gsoc-midterm-presentations-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-2.adoc, layout=> }, :"albuquerque-jam-nov16"=>Awestruct::Page{ 24795320: output_path=>/_data/events/albuquerque-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-nov16.adoc, layout=> }, :"brno-jam-jan2017"=>Awestruct::Page{ 24529340: output_path=>/_data/events/brno-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/brno-jam-jan2017.adoc, layout=> }, :"2016-seattle-jam-dec-07"=>Awestruct::Page{ 24254160: output_path=>/_data/events/2016-seattle-jam-dec-07.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-dec-07.adoc, layout=> }, :"washington-jam-nov16"=>Awestruct::Page{ 23960260: output_path=>/_data/events/washington-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-nov16.adoc, layout=> }, :"Post Fosdem Hackathon"=>Awestruct::Page{ 19605820: output_path=>/_data/events/Post Fosdem Hackathon.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Post Fosdem Hackathon.adoc, layout=> }, :"Plugin_dev-vJAM"=>Awestruct::Page{ 19381100: output_path=>/_data/events/Plugin_dev-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Plugin_dev-vJAM.adoc, layout=> }, :"guadalajara-jam-3"=>Awestruct::Page{ 19531340: output_path=>/_data/events/guadalajara-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-3.adoc, layout=> }, :"milan-jam-nov16"=>Awestruct::Page{ 19081300: output_path=>/_data/events/milan-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/milan-jam-nov16.adoc, layout=> }}, :solutions=>AStruct<{:python=>AStruct<{"usecase"=>"Python", "articles"=>[["http://www.alexconrad.org/2011/10/jenkins-and-python.html", "Getting started with Jenkins and Python"], ["http://bhfsteve.blogspot.be/2012/04/automated-python-unit-testing-code.html", "Automated python unit testing, code coverage and code quality analysis with Jenkins"], ["http://michal.karzynski.pl/blog/2014/04/19/continuous-integration-server-for-django-using-jenkins/", "Continuous Integration for Django projects with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/ShiningPanda+Plugin", "Shining Panda plugin", "adds various build steps for building Python projects with virtualenv, tox and more"], ["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like nose) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Violations", "Violations plugin", "processes output from pylint to provide style checks for Python code"]]}>, :c=>AStruct<{"usecase"=>"C/C++", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin", "Warnings plugin", "scans console output for compile-time warnings and errors to report on"], ["https://wiki.jenkins-ci.org/display/JENKINS/Valgrind+Plugin", "Valgrind plugin", "run and incorporate Valgrind (memcheck) reports into Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/cmakebuilder+Plugin", "CMake Builder plugin", "provides a build step that generates the build scripts from a CMakeLists.txt file"], ["https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin", "xUnit plugin", "generate reports based on test tooling output from various unit test frameworks"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin", "Cppcheck plugin", "generate trend reports for CppCheck, a tool for static C/C++ code analysis."]]}>, :java=>AStruct<{"usecase"=>"Java", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes JUnit XML formatted test reports for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Gradle+Plugin", "Gradle plugin", "support invoking Gradle as a build step and listing executing tasks per build"], ["https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin", "Findbugs plugin", "generate trending and analysis for FindBugs reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/PMD+Plugin", "PMD plugin", "generate trending and analysis for PMD reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin", "Cobertura plugin", "publish and trend code coverage reports from Cobertura"], ["https://wiki.jenkins-ci.org/display/JENKINS/SonarQube+plugin", "SonarQube plugin", "integrate reporting from the SonarQube code quality/inspection platform"], ["https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin", "Repository Connector plugin", "adds features for resolving artifacts from a Maven repository such as Nexus or Artifactory."]]}>, :android=>AStruct<{"usecase"=>"Android", "blog_tags"=>["android"], "articles"=>[["http://blog.zuehlke.com/en/configure-your-android-project-on-jenkins/", "Configure your Android project on Jenkins"], ["https://www.bignerdranch.com/blog/continuous-delivery-for-android/", "Continuous Delivery for Android"], ["https://dzone.com/articles/automating-continuous", "Automating Android Projects With Gradle using Jenkins on Windows"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin", "Android Emulator plugin", "automate many Android tasks during a build, such as launching/destroying emulators"], ["https://wiki.jenkins-ci.org/display/JENKINS/Android+Lint+Plugin", "Android Lint plugin", "parses output from the Android lint tool for display and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Google+Play+Android+Publisher+Plugin", "Google Play Android Publisher plugin", "enables publishing Android APKs directly from Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"AYoAEoOoYFE", "title"=>"Building, testing and deploying Android apps"}, {"short"=>nil, "id"=>"EOogyOv79NE", "title"=>"Continuous Integration for Mobile Apps with Jenkins"}]}>, :docker=>AStruct<{"usecase"=>"Docker", "blog_tags"=>["docker", "containers"], "legacy"=>{"header_image"=>"https://agentdero.cachefly.net/continuousblog/jenkins-heart-docker.png"}, "jumbotron"=>{"image"=>"/images/full-whale-low.jpg"}, "intro"=>"Combining Jenkins and Docker together can bring\nimproved speed and consistency to your automation tasks, which is why we’ve\ncollected some hopefully helpful resources on this page to\nget you started!\n", "articles"=>[["http://engineering.riotgames.com/news/taking-control-your-docker-image", "Taking control of your Docker image"], ["http://engineering.riotgames.com/news/thinking-inside-container", "Thinking inside the container"], ["http://engineering.riotgames.com/news/jenkins-docker-proxies-and-compose", "Using Jenkins, Docker, Proxies and Compose"], ["https://blog.codecentric.de/en/2015/10/continuous-integration-platform-using-docker-container-jenkins-sonarqube-nexus-gitlab/", "Continuous Integration Platform using Docker with Jenkins, SonarQube, Nexus and GitLab"], ["https://www.cloudbees.com/blog/triggering-docker-pipelines-jenkins", "Triggering Docker pipelines with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", "Docker plugin", "dynamically provision slaves with Docker"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Workflow+Plugin", "CloudBees Docker Workflow plugin", "build and use Docker containers from within Workflows"], ["https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin", "Docker build step plugin", "add various Docker commands to the job as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Build+and+Publish+plugin", "CloudBees Docker Build and Publish plugin", "build projects with a Dockerfile, and publish the resulting image (repo) to the docker registry"], ["https://wiki.jenkins-ci.org/display/JENKINS/Kubernetes+Plugin", "Kubernetes plugin", "dynamically allocate and schedule Docker slaves on a Kubernetes cluster"], ["https://github.com/jenkinsci/dockerhub-notification-plugin/blob/master/README.md", "CloudBees Docker Hub Notification plugin", "allows Jenkins to receive webhooks from hub.docker.com to drive pipelines based on Docker in Jenkins"], ["https://github.com/jenkinsci/docker-traceability-plugin/blob/master/README.md", "CloudBees Docker Traceability plugin", "track creation and use of Docker containers in Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"38SAyBLSHUM", "title"=>"Scaling Jenkins masters with Docker"}, {"short"=>nil, "id"=>"e7N3jX2b1i0", "title"=>"Scaling Jenkins and Docker with Kubernetes"}, {"short"=>nil, "id"=>"VZPbLUJnR68", "title"=>"Delivering eBay’s CI solution with Jenkins & Docker"}, {"short"=>nil, "id"=>"ppCzDDpcqRk", "title"=>"CI with Jenkins and Docker"}, {"short"=>nil, "id"=>"yt6QrwLs4HE", "title"=>"Lightweight PaaS for Jenkins with Docker"}], "steps"=>[{"title"=>"Install Docker", "short"=>"Installing Docker on Jenkins machines is easy", "long"=>nil}]}>, :pipeline=>AStruct<{"usecase"=>"Continuous Delivery", "jumbotron"=>{"image"=>"/images/full-pipeline.jpg"}, "blog_tags"=>["cd", "pipeline", "cicd"], "articles"=>[["http://udaypal.com/jenkins-workflow-getting-started/", "Getting started with Jenkins Workflow"], ["https://jenkins-ci.org/content/pipeline-code-multibranch-workflows-jenkins", "Multibranch Workflows in Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin", "Pipeline plugin", "allows creating Pipeline scripts for defining build/test/deploy stages of a delivery pipeline"], ["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Utility+Steps+Plugin", "Pipeline Utility Steps plugin", "provides a number of addition, useful, steps to the Pipeline DSL"], ["https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin", "Job DSL plugin", "creates a DSL to orchestrate job creation"]]}>, :embedded=>AStruct<{"usecase"=>"Embedded", "articles"=>[["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-Jenkins-Based-CI-for-Nenashev.pdf", "Jenkins-Based CI for Heterogeneous Hardware/Software Projects", "Oleg Nenashev", "JUC2015/London"], ["https://www.cloudbees.com/blog/multi-stage-ci-jenkins-embedded-world", "Multi-Stage-CI with Jenkins in an Embedded World", "Robert Martin, Steve Harris", "JUC2014/Berlin"], ["http://www.testandverification.com/VerificationFutures/2015/Alan_Fitch.pdf", "CI for FPGA D&V", "Alan Fitch", "Verification Futures, 2015"], ["http://www.verilab.com/files/dvcon2012_ci_gray_mcgregor.pdf", "A 30 Minute Project Makeover Using Continuous Integration", "JL Gray, Gordon McGregor", "DVCon, 2012"], ["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-The-Famous-Cows-Woodall.pdf", "The Famous Cows of Cambridge: A Non-Standard Use Case for Jenkins", "Sarah Woodall", "JUC2015/London"], ["http://www.synopsys.com/news/pubs/snug/2013/canada/a1_danjou_paper.pdf", "FPGA CI with Jenkins (requires SNUG account)", "Martin dāAnjou", "SNUG2013/Canada"]]}>, :github=>AStruct<{"usecase"=>"GitHub", "articles"=>[["https://www.cloudbees.com/blog/better-integration-between-jenkins-and-github-github-jenkins-plugin", "Better Integration Between Jenkins and GitHub (with the GitHub Jenkins Plugin)"], ["http://orangejuiceliberationfront.com/setting-up-jenkins-for-github-and-xcode-with-nightlies/", "Setting up Jenkins for Github and Xcode, with Nightlies"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin", "GitHub plugin", "integrates Jenkins jobs with GitHub repositories for triggering builds and reporting commit status"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+OAuth+Plugin", "GitHub Authentication plugin", "use GitHub as the authentication provider for your Jenkins instance"], ["https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin", "Git plugin", "use Git repositories as the source of code for a Jenkins job"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+SQS+Plugin", "GitHub SQS plugin", "trigger builds via the GitHub SQS (AWS) service hook"]]}>, :ruby=>AStruct<{"usecase"=>"Ruby", "blog_tags"=>["ruby"], "articles"=>[["http://thediscoblog.com/blog/2014/01/24/continuous-delivery-for-heroku-with-jenkins/", "Continuous Delivery for Heroku With Jenkins"], ["https://atomic-penguin.github.io/blog/2014/04/29/stupid-jenkins-and-chef-tricks-part-1-rubocop/", "Integrating Rubocop into Jenkins"], ["http://www.cryptocracy.com/blog/2014/01/03/cooking-with-jenkins-test-kitchen-and-docker/", "Cooking with Jenkins, Test Kitchen and Docker"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like ci_reporter, cucumber) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Brakeman+Plugin", "Brakeman plugin", "incorporates the output from the Brakeman security scanner for Rails projects"], ["https://wiki.jenkins-ci.org/display/JENKINS/Rake+plugin", "Rake plugin", "adds Rake invocation as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/RubyMetrics+plugin", "RubyMetrics plugin", "reports for Jenkins. Rcov, Rails stats, Rails notes and Flog."], ["https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+RubyMotion+Plugin", "RubyMotion plugin", "build RubyMotion projects from within Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin", "Cucumber Test Result plugin", "integrate and report from Cucumber executions"]]}>}>, :authors=>AStruct<{:svanoort=>Awestruct::Page{ 18593940: output_path=>/_data/authors/svanoort.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/svanoort.adoc, layout=> }, :cprice404=>Awestruct::Page{ 18420260: output_path=>/_data/authors/cprice404.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cprice404.adoc, layout=> }, :michaelneale=>Awestruct::Page{ 18283160: output_path=>/_data/authors/michaelneale.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/michaelneale.adoc, layout=> }, :hrmpw=>Awestruct::Page{ 18166320: output_path=>/_data/authors/hrmpw.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hrmpw.adoc, layout=> }, :vgaidarji=>Awestruct::Page{ 17873960: output_path=>/_data/authors/vgaidarji.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/vgaidarji.adoc, layout=> }, :cyberax=>Awestruct::Page{ 17653340: output_path=>/_data/authors/cyberax.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cyberax.adoc, layout=> }, :hinman=>Awestruct::Page{ 17354120: output_path=>/_data/authors/hinman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hinman.adoc, layout=> }, :kohsuke=>Awestruct::Page{ 17149500: output_path=>/_data/authors/kohsuke.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kohsuke.adoc, layout=> }, :samatdav=>Awestruct::Page{ 13205100: output_path=>/_data/authors/samatdav.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/samatdav.adoc, layout=> }, :kj187=>Awestruct::Page{ 12732100: output_path=>/_data/authors/kj187.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kj187.adoc, layout=> }, :stephenc=>Awestruct::Page{ 12397060: output_path=>/_data/authors/stephenc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/stephenc.adoc, layout=> }, :minudika=>Awestruct::Page{ 11864240: output_path=>/_data/authors/minudika.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/minudika.adoc, layout=> }, :lnewman=>Awestruct::Page{ 9818720: output_path=>/_data/authors/lnewman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/lnewman.adoc, layout=> }, :ccaum=>Awestruct::Page{ 9134980: output_path=>/_data/authors/ccaum.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/ccaum.adoc, layout=> }, :jglick=>Awestruct::Page{ 8028580: output_path=>/_data/authors/jglick.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/jglick.adoc, layout=> }, :alyssat=>Awestruct::Page{ 7768480: output_path=>/_data/authors/alyssat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alyssat.adoc, layout=> }, :"daniel-beck"=>Awestruct::Page{ 63880940: output_path=>/_data/authors/daniel-beck.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/daniel-beck.adoc, layout=> }, :dcoraboeuf=>Awestruct::Page{ 54982760: output_path=>/_data/authors/dcoraboeuf.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/dcoraboeuf.adoc, layout=> }, :i386=>Awestruct::Page{ 63880520: output_path=>/_data/authors/i386.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/i386.adoc, layout=> }, :glaforge=>Awestruct::Page{ 52430480: output_path=>/_data/authors/glaforge.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/glaforge.adoc, layout=> }, :omehegan=>Awestruct::Page{ 56991860: output_path=>/_data/authors/omehegan.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/omehegan.adoc, layout=> }, :rtyler=>Awestruct::Page{ 52418700: output_path=>/_data/authors/rtyler.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/rtyler.adoc, layout=> }, :alexsomai=>Awestruct::Page{ 52421140: output_path=>/_data/authors/alexsomai.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alexsomai.adoc, layout=> }, :cynthia=>Awestruct::Page{ 44510380: output_path=>/_data/authors/cynthia.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cynthia.adoc, layout=> }, :payal94=>Awestruct::Page{ 45733480: output_path=>/_data/authors/payal94.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/payal94.adoc, layout=> }, :oleg_nenashev=>Awestruct::Page{ 48807400: output_path=>/_data/authors/oleg_nenashev.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/oleg_nenashev.adoc, layout=> }, :fdechery=>Awestruct::Page{ 46031500: output_path=>/_data/authors/fdechery.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/fdechery.adoc, layout=> }, :bvdawson=>Awestruct::Page{ 42489520: output_path=>/_data/authors/bvdawson.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/bvdawson.adoc, layout=> }, :batmat=>Awestruct::Page{ 55368820: output_path=>/_data/authors/batmat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/batmat.adoc, layout=> }, :abayer=>Awestruct::Page{ 42311560: output_path=>/_data/authors/abayer.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/abayer.adoc, layout=> }}>, :steps=>{:firststart=>{"title"=>"Getting started with Jenkins", "steps"=>[{"title"=>"Download Jenkins", "iconclass"=>"icon-download", "short"=>"Pick a package for your platform to get started quickly.", "href"=>"/download"}, {"title"=>"Create a Pipeline", "iconclass"=>"icon-arrow-shuffle", "short"=>"Define a pipeline for automating build, test and delivery of your project.", "href"=>"/doc/pipeline"}, {"title"=>"Discover Plugins", "iconclass"=>"icon-plug", "short"=>"Customize Jenkins with plugins to fit your specific needs.", "href"=>"https://wiki.jenkins-ci.org/display/JENKINS/Plugins"}, {"title"=>"Participate", "iconclass"=>"icon-users", "short"=>"Ask questions and contribute to making Jenkins better!", "href"=>"/content/mailing-lists"}]}}, :jenkins=>AStruct<{:latest=>"2.43", :stable=>"2.32.1"}>, :handbook=>#], @key="getting-started", @title="Getting Started with Jenkins", @summary=nil>, #, #], @key="using", @title="Using Jenkins", @summary=nil>, #, #, #, #, #, #, #, #], @key="managing", @title="Managing Jenkins", @summary=nil>, #, #, #, #, #, #], @key="pipeline", @title="Pipeline", @summary=nil>, #, #, #, #], @key="use-case", @title="Jenkins Use-Cases", @summary=nil>, #, #, #, #, #], @key="operating", @title="Operating Jenkins", @summary=nil>, #, #], @key="appendix", @title="Appendix", @summary=nil>, #]>, :pages_by_relative_source_path=>AStruct<{"/100k.html.haml"=>Awestruct::Page{ 19399420: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0.html.haml"=>Awestruct::Page{ 19483020: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account.adoc"=>Awestruct::Page{ 24864720: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 25473760: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 25587460: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 25570540: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 25627240: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 25670460: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 26402060: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 26464160: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 26559180: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 26709240: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 27067320: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 27392020: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 27696820: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 28033800: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 28439040: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 28760100: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 29000340: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 29361300: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 29377220: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 29625540: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 29609200: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 29426060: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 29392640: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 29307460: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 27447000: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 27351840: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 27262140: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 25264520: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 24883840: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 24844460: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 24813740: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 24768200: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 24722760: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 24692420: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 24654660: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 24616440: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 24587300: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 24527480: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 24482740: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 24453860: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 24415880: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 24377140: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 24347620: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 24307340: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 24266360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 24226540: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 24195580: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 24148280: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 24096560: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 24050980: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 24021240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 23982520: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 23953660: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 23909200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 23880660: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 23834140: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 19686780: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 19650340: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 19622420: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 19595200: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 19575560: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 19547280: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 19517060: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 19486560: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 19453360: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 19424080: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 19392300: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 19356780: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 19325540: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 17470440: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 18874080: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 18689980: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 18541560: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 18405900: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 17801060: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 17263360: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 12928180: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 12395840: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 11920620: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 9840440: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 9331080: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 8410100: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 7887580: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 7736080: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 29701180: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 29582400: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 29472420: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 29361780: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 29249700: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 29129360: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 28990020: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 28886760: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 28778620: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 28399860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 28306260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 28168460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 28064980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 27955720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 27826200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 27751820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 27660760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 27561040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 27470960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 27353020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 27217980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 27076420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 26772660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 26727140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 26681140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 26635760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 26590640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 26546720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 26499120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 26452360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 26405080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 26357960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 26295660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 26232740: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 26163800: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 26108940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 26037880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 25968440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 25906820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 25837400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 25785280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 25733080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 25671380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 25617720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 25530360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 25446320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 25346500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 25225680: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 24880380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 24679260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 24506060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 24325000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 24123280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 23932500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 19641440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 19495840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 19332000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 19598500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 19315440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 19064080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 18746120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 18614040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 18523320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 18414640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 18335400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 18211780: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 18093660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 17894400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 17668900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 17445480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 17206840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 13524480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 12994340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 12708540: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 12252420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 11880360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 9875020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 9349760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 8506420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 7902520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 7752440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 29380220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 29607140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 29478340: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 29250080: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 29141760: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 29042400: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 28923720: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 28833460: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 28718040: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 28619640: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 28519480: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 28400760: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 28309220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 28182480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 28079840: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 27980820: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 27835320: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 27787860: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 27689780: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 27601360: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 27511700: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 27412480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 27253600: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 27150640: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 27048980: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 26753500: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 26709920: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 26649480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 26604380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 26561200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 26513840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 26468640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 26423120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 26378680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 26323540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 26260920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 26199320: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 26128540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 26067720: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 26005920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 25944500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 25875960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 25815260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 25755220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 25702360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 25641180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 25587640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 25510940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 25376360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 25302860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 24988780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 24790440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 24608840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 24430020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 24250360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 24044200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 23858340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 19585560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 19441520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 17520180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 19497480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 18866780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 18818180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 18671760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 18582060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 18482660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 18386820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 18302480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 18183740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 18031740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 17824200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 17645460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 17348960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 17164240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 13414160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 12963100: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 12639340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 12190080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 11790220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 9801600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 9155040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 8355060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 7885160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 7729400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 29700540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 29581820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 29471880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 29362900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 29252760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 29142820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 29041060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 28919680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 28828780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 28694780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 28602540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 28472940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 28379980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 28252940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 28148920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 28036700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 27916840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 27806800: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 27740920: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 27634420: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 27536500: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 27444720: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 27346880: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 27202800: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 27072920: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 26769200: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 26725780: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 26681460: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 26637100: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 26593020: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 26550440: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 26491520: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 26410160: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 26354120: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 26176740: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 26087940: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 25957580: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 25823220: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 25644700: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 25522500: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 25298740: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 24818960: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 24428980: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 24398100: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 24352500: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 24313140: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 24272600: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 24230460: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 24207920: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 24168940: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 24074320: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 19349980: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/2010-02-02-welcome-to-continuous-blog.md"=>Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/2010-02-08-breaking-hudson-1-345-released.md"=>Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/2010-02-08-hudson-1-344-released.html"=>Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/2010-02-08-incoming-more-translations.md"=>Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html"=>Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md"=>Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/2010-02-11-spotlight-on-ita-software.md"=>Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/2010-02-12-this-week-in-plugins.md"=>Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-14-thanks-for-the-help.md"=>Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/2010-02-15-hudson-1-346-released.md"=>Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/2010-02-16-performance-improvements-in-1-346.md"=>Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md"=>Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/2010-02-18-spotlight-on-visfleet.md"=>Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/2010-02-19-this-week-in-plugins.md"=>Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-22-hudson-1-347-released.md"=>Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md"=>Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/2010-02-24-hudson-at-pycon.md"=>Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/2010-02-25-links-for-2010-02-24.md"=>Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md"=>Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/2010-02-25-spotlight-on-springsource.md"=>Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/2010-02-26-links-for-2010-02-25.md"=>Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/2010-02-26-this-week-in-plugins.md"=>Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-01-hudson-1-348-released.md"=>Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md"=>Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md"=>Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md"=>Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/2010-03-05-links-for-2010-03-04.md"=>Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md"=>Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/2010-03-07-this-week-in-plugins.md"=>Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-08-hudson-1-349-released.md"=>Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md"=>Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/2010-03-09-one-month-of-continuous-blog.md"=>Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/2010-03-12-links-for-2010-03-12.md"=>Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/2010-03-12-want-some-hudson-stickers.md"=>Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/2010-03-13-this-week-in-plugins.md"=>Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-14-would-you-like-to-ok.md"=>Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/2010-03-15-breaking-hudson-1-351-released.md"=>Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/2010-03-15-hudson-1-350-released.md"=>Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/2010-03-16-slaves-building-robots.md"=>Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/2010-03-19-get-excited-and-make-things.md"=>Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/2010-03-19-links-for-2010-03-19.md"=>Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/2010-03-19-recap-of-hackathon-part-one.md"=>Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/2010-03-22-hudson-1-352-released.md"=>Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/2010-03-23-links-for-2010-03-23.md"=>Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/2010-03-27-this-week-in-plugins.md"=>Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-30-resurgence-of-releng.md"=>Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/2010-03-31-hudson-1-353-released.md"=>Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md"=>Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md"=>Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/2010-04-01-regarding-the-start-of-april.md"=>Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/2010-04-07-kohsuke-leaves-sun.md"=>Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/2010-04-12-pre-tested-commits-with-git.md"=>Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md"=>Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/2010-04-16-hudson-1-354-released.md"=>Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/2010-04-24-hudson-1-355-released.md"=>Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/2010-06-09-welcome-to-hudson-labs.md"=>Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html"=>Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md"=>Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/2010-06-14-hudson-1-362-released.md"=>Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/2010-06-22-hudson-1-363-released.md"=>Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/2010-06-23-stickers-starting-to-arrive.md"=>Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/2010-06-28-digg-technical-talk.md"=>Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md"=>Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/2010-07-05-links-for-2010-07-05.md"=>Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md"=>Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md"=>Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/2010-07-07-gee-thanks.md"=>Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html"=>Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/2010-07-12-updated-chrome-extension.md"=>Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/2010-07-13-monitor-hudson-from-your-android.md"=>Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md"=>Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html"=>Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/2010-07-27-hudson-1-368-released.md"=>Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html"=>Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html"=>Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md"=>Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/2010-08-11-quiet-period-feature.md"=>Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md"=>Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/2010-08-17-hudson-1-372-sets-sail.md"=>Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/2010-08-17-hudson-anonymous-usage-data.html"=>Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md"=>Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html"=>Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md"=>Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md"=>Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html"=>Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html"=>Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md"=>Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/2010-09-04-hudson-events-calendar.md"=>Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md"=>Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md"=>Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/2010-09-17-javaone-taking-shape.md"=>Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md"=>Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md"=>Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/2010-09-20-tweet-of-the-day.md"=>Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/2010-09-21-javaone-day-one-in-pictures.md"=>Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md"=>Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md"=>Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/2010-09-22-javaone-day-two-in-pictures.md"=>Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html"=>Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/2010-11-23-java-net-migration-status-update.html"=>Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/2010-11-23-new-hudson-mailing-lists.md"=>Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/2010-11-30-whos-driving-this-thing.md"=>Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/2010-12-01-a-brief-update.md"=>Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md"=>Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md"=>Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/2011-01-11-hudsons-future.md"=>Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/2011-01-29-jenkins.md"=>Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/2011-02-04-governance-meeting-today.md"=>Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md"=>Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/2011-02-05-first-governance-meeting-recap.md"=>Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html"=>Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/2011-03-03-updated-usage-stats-available.md"=>Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/2011-03-13-jenkins-hits-1-400.html"=>Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md"=>Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/2011-03-23-windows-installers-are-now-available.html"=>Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md"=>Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md"=>Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/2011-04-14-jenkins-new-look.md"=>Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html"=>Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md"=>Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md"=>Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md"=>Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md"=>Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md"=>Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md"=>Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/2011-06-16-jenkins-long-term-support-release.md"=>Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md"=>Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md"=>Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/2011-08-08-jenkins-user-conference.md"=>Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/2011-08-08-jruby-branch-merged.md"=>Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html"=>Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md"=>Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html"=>Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/2011-09-19-2011-donation-drive.md"=>Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html"=>Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md"=>Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md"=>Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/2011-10-21-report-bugs-and-win-kindle.md"=>Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/2011-11-03-jenkins-community-survey.html"=>Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html"=>Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md"=>Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md"=>Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md"=>Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html"=>Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html"=>Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md"=>Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md"=>Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md"=>Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/2011-12-28-adding-diagrams-to-wiki.md"=>Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md"=>Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md"=>Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/2012-01-20-highlight-video-from-juc-2011.md"=>Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/2012-02-02-happy-birthday-jenkins.md"=>Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html"=>Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/2012-02-21-fosdem-2012-recap.md"=>Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md"=>Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html"=>Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md"=>Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/2012-03-26-announcing-the-jenkins-cia.md"=>Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/2012-04-13-continuous-information-vol-2.html"=>Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html"=>Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html"=>Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md"=>Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md"=>Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md"=>Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/2012-07-23-jenkins-user-conference-israel.html"=>Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html"=>Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md"=>Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md"=>Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html"=>Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/2012-09-12-jenkins-user-event-cph.html"=>Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html"=>Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md"=>Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/2012-09-26-dinner-after-juc.html"=>Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html"=>Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/2012-09-28-saturday-night-drink-up.html"=>Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/2012-09-28-take-the-jenkins-survey.html"=>Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md"=>Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/2012-11-15-fundraising-for-travel-grant.html"=>Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html"=>Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md"=>Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html"=>Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html"=>Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md"=>Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/2012-12-25-jenkins-meet-up.md"=>Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html"=>Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html"=>Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/2013-01-30-jenkins-hits-1-500.html"=>Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html"=>Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html"=>Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html"=>Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/2013-04-25-munich-hackathon.html"=>Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md"=>Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html"=>Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html"=>Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md"=>Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html"=>Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md"=>Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html"=>Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/2013-07-24-faster-slave-classloading.html"=>Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html"=>Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html"=>Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html"=>Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html"=>Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html"=>Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html"=>Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html"=>Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/2013-09-23-experimental-plugins-update-center.html"=>Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/2013-09-23-literate-builds-wtf.md"=>Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html"=>Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/2013-10-09-meet-the-community-in-juc.html"=>Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html"=>Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html"=>Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/2013-11-17-dkim-and-spf-deployed.html"=>Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md"=>Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md"=>Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html"=>Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md"=>Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html"=>Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html"=>Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md"=>Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html"=>Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html"=>Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/2014-04-09-more-scalable-slaves.html"=>Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/2014-04-11-infoq-ci-survey-2014.html"=>Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html"=>Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html"=>Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/2014-04-16-active-directory-plugin-improvements.html"=>Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/2014-04-18-come-join-the-infra-team.html"=>Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/2014-04-24-juc-agenda-posted.html"=>Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html"=>Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html"=>Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/2014-05-27-acceptance-test-project-progress-report.html"=>Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/2014-05-30-adopt-a-plugin.html"=>Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html"=>Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html"=>Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html"=>Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html"=>Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html"=>Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html"=>Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html"=>Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html"=>Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html"=>Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/2014-06-20-juc-boston-what-a-day.html"=>Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html"=>Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/2014-07-03-juc-berlin-summary.html"=>Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html"=>Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html"=>Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html"=>Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/2014-07-18-juc-israel-report.html"=>Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html"=>Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/2014-07-30-geek-choice-awards-2014.html"=>Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/2014-08-11-user-interface-refresh.html"=>Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html"=>Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/2014-08-28-juc-sf-2014-is-here.html"=>Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md"=>Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html"=>Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html"=>Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/2014-09-24-jenkins-in-javaone-2014.html"=>Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html"=>Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html"=>Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md"=>Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html"=>Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md"=>Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html"=>Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/2014-12-03-workflow-plugin-is-1-0.md"=>Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/2014-12-17-breakingbuilds.html"=>Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html"=>Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html"=>Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html"=>Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html"=>Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/2015-02-24-100k-celebration-podcast-recording.html"=>Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/2015-02-25-100k-celebration-podcast.html"=>Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html"=>Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html"=>Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html"=>Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html"=>Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/2015-04-06-confluence-migration-this-weekend.html"=>Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/2015-04-06-good-bye-java6.html"=>Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html"=>Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html"=>Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/2015-04-24-jira-migration-this-weekend.md"=>Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html"=>Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html"=>Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html"=>Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html"=>Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html"=>Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html"=>Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html"=>Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html"=>Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html"=>Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html"=>Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html"=>Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md"=>Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html"=>Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md"=>Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html"=>Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/2015-07-23-office-hours-are-back.md"=>Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md"=>Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html"=>Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md"=>Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html"=>Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md"=>Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html"=>Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md"=>Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html"=>Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md"=>Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md"=>Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html"=>Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md"=>Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html"=>Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html"=>Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-25-announcing-the-travel-grant-program.md"=>Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html"=>Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html"=>Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html"=>Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md"=>Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md"=>Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html"=>Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md"=>Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md"=>Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html"=>Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/2015-09-30-bay-area-jam.html"=>Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html"=>Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html"=>Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/2015-10-09-cooking-up-jams.html"=>Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md"=>Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md"=>Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md"=>Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md"=>Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md"=>Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md"=>Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/2015-11-01-adopt-a-plugin.md"=>Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md"=>Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/2015-11-04-jenkins-and-docker.md"=>Awestruct::Page{ 25302420: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md"=>Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/2015-11-06-october-jams.md"=>Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md"=>Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/2015-11-16-celebrating-hacksgiving.md"=>Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/2015-12-02-hacksgiving-left-overs.md"=>Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md"=>Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/2015-12-09-security-updates-released-today.md"=>Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md"=>Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md"=>Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md"=>Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md"=>Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md"=>Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md"=>Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md"=>Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/2016-01-04-jenkins-at-scale14x.adoc"=>Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/2016-01-05-new-website.adoc"=>Awestruct::Page{ 26157160: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/2016-01-07-official-code-of-conduct.adoc"=>Awestruct::Page{ 25848160: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc"=>Awestruct::Page{ 25575560: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/2016-01-26-office-hour-javascript-development.adoc"=>Awestruct::Page{ 24771740: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc"=>Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/2016-02-06-scale14x-conference-report.adoc"=>Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/2016-02-19-january-2016-sf-jam.adoc"=>Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/2016-02-24-jenkins-security-update.md"=>Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/2016-02-29-jenkins2-alphas.adoc"=>Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/2016-03-02-toulousejam-hackergarten.adoc"=>Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/2016-03-03-gsoc2016-announcement.md"=>Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/2016-03-11-new-jenkins-20-preview.adoc"=>Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/2016-03-15-jenkins-certification.adoc"=>Awestruct::Page{ 28601920: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/2016-03-18-jenkins-20-test-fest.adoc"=>Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/2016-03-21-vjam.adoc"=>Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/2016-03-24-jenkins-2-beta-released.md"=>Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc"=>Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc"=>Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/2016-04-07-2.0-release-candidate.adoc"=>Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc"=>Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc"=>Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc"=>Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/2016-04-11-jenkins-plugins-security-update.md"=>Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc"=>Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc"=>Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/2016-04-14-replay-with-pipeline.adoc"=>Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-15-the-need-for-pipeline.adoc"=>Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-21-dsl-plugins.adoc"=>Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/2016-04-22-pipeline-2.x.adoc"=>Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/2016-04-22-possible-infra-compromise.adoc"=>Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/2016-04-26-jenkins-20-is-here.adoc"=>Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/2016-05-10-jenkins-20-vjam.adoc"=>Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/2016-05-11-security-update.md"=>Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc"=>Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/2016-05-17-state-of-jam.adoc"=>Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/2016-05-18-announcing-azure-partnership.adoc"=>Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc"=>Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc"=>Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc"=>Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/2016-05-26-introducing-blue-ocean.adoc"=>Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/2016-05-31-pipeline-snippetizer.adoc"=>Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc"=>Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc"=>Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc"=>Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/2016-06-13-june-jenkins-events.adoc"=>Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc"=>Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/2016-06-14-jenkins-world-agenda.adoc"=>Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc"=>Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc"=>Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc"=>Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc"=>Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/2016-06-30-ewm-alpha-version.adoc"=>Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/2016-07-01-html-publisher-plugin.adoc"=>Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/2016-07-07-jenkins-2.7.1.adoc"=>Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/2016-07-14-2-7-1-re-release.md"=>Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/2016-07-18-pipline-notifications.adoc"=>Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/2016-07-19-blue-ocean-update.adoc"=>Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc"=>Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc"=>Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/2016-08-08-docker-pipeline-environments.adoc"=>Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/2016-08-09-ewm-beta-version.adoc"=>Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc"=>Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc"=>Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc"=>Awestruct::Page{ 27828660: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc"=>Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/2016-08-22-ewm-stable-release.adoc"=>Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc"=>Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc"=>Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc"=>Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/2016-08-29-sauce-pipeline.adoc"=>Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-30-ask-experts-demos.adoc"=>Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc"=>Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc"=>Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc"=>Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc"=>Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc"=>Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc"=>Awestruct::Page{ 7879220: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc"=>Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/2016-09-20-jom-plugin-development.adoc"=>Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc"=>Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc"=>Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc"=>Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc"=>Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc"=>Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/2016-10-16-stage-lock-milestone.adoc"=>Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc"=>Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/2016-10-31-xunit-reporting.adoc"=>Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/2016-11-11-monthly-jam-recap-october.adoc"=>Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc"=>Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/2016-11-13-november-jenkins-events.adoc"=>Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc"=>Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/2016-11-21-gc-tuning.adoc"=>Awestruct::Page{ 12080040: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc"=>Awestruct::Page{ 7604460: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/2016-12-09-december-jenkins-events.adoc"=>Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-12-10-monthly-jam-recap-november.adoc"=>Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/2016-12-19-declarative-pipeline-beta.adoc"=>Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc"=>Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/2016-12-31-what-a-year.adoc"=>Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc"=>Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/2017-01-10-security-warnings.adoc"=>Awestruct::Page{ 26237140: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc"=>Awestruct::Page{ 25920020: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc"=>Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc"=>Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc"=>Awestruct::Page{ 23910220: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/2017-01-17-scm-api-2.0-release.adoc"=>Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc"=>Awestruct::Page{ 18158540: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc"=>Awestruct::Page{ 17063260: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.md"=>Awestruct::Page{ 11879740: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.md"=>Awestruct::Page{ 9511520: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 8292500: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old.html"=>Awestruct::Page{ 28910720: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 26612440: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 26179600: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.md"=>Awestruct::Page{ 26154880: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct.adoc"=>Awestruct::Page{ 26002360: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.md"=>Awestruct::Page{ 25657660: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.md"=>Awestruct::Page{ 25532400: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.md"=>Awestruct::Page{ 25358340: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.md"=>Awestruct::Page{ 24991340: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.md"=>Awestruct::Page{ 24650800: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.md"=>Awestruct::Page{ 24350340: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.md"=>Awestruct::Page{ 24003720: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.md"=>Awestruct::Page{ 19583620: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.md"=>Awestruct::Page{ 19085900: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.md"=>Awestruct::Page{ 18644400: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.md"=>Awestruct::Page{ 18456520: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.md"=>Awestruct::Page{ 18308900: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.md"=>Awestruct::Page{ 18093020: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.md"=>Awestruct::Page{ 17754920: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md"=>Awestruct::Page{ 17326380: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.md"=>Awestruct::Page{ 13442600: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.md"=>Awestruct::Page{ 12721760: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.md"=>Awestruct::Page{ 12078380: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.md"=>Awestruct::Page{ 9783460: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.md"=>Awestruct::Page{ 8492060: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md"=>Awestruct::Page{ 7816760: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.md"=>Awestruct::Page{ 29654000: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.md"=>Awestruct::Page{ 29470500: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.md"=>Awestruct::Page{ 29288940: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.md"=>Awestruct::Page{ 29087020: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.md"=>Awestruct::Page{ 28912220: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.md"=>Awestruct::Page{ 28695100: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.md"=>Awestruct::Page{ 28522660: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.md"=>Awestruct::Page{ 28329360: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.md"=>Awestruct::Page{ 28125280: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.md"=>Awestruct::Page{ 27933160: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.md"=>Awestruct::Page{ 27766360: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.md"=>Awestruct::Page{ 27604260: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.md"=>Awestruct::Page{ 27420260: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.md"=>Awestruct::Page{ 27215540: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.md"=>Awestruct::Page{ 26774820: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.md"=>Awestruct::Page{ 26695440: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.md"=>Awestruct::Page{ 26619540: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.md"=>Awestruct::Page{ 26405680: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.md"=>Awestruct::Page{ 26308520: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.md"=>Awestruct::Page{ 26205400: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md"=>Awestruct::Page{ 26093060: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md"=>Awestruct::Page{ 25981200: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md"=>Awestruct::Page{ 25859540: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md"=>Awestruct::Page{ 25772100: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.md"=>Awestruct::Page{ 25646580: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md"=>Awestruct::Page{ 25527880: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.md"=>Awestruct::Page{ 25355360: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.md"=>Awestruct::Page{ 24960300: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.md"=>Awestruct::Page{ 24625720: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.md"=>Awestruct::Page{ 24324540: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.md"=>Awestruct::Page{ 23961260: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.md"=>Awestruct::Page{ 19560680: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.md"=>Awestruct::Page{ 18949320: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.md"=>Awestruct::Page{ 19309740: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.md"=>Awestruct::Page{ 18757220: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.md"=>Awestruct::Page{ 18533060: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md"=>Awestruct::Page{ 18367780: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.md"=>Awestruct::Page{ 18179480: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.md"=>Awestruct::Page{ 17872820: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.md"=>Awestruct::Page{ 17486620: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.md"=>Awestruct::Page{ 17069280: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.md"=>Awestruct::Page{ 12934520: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.md"=>Awestruct::Page{ 12216840: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.md"=>Awestruct::Page{ 11450480: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 9114480: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.md"=>Awestruct::Page{ 29613600: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.md"=>Awestruct::Page{ 29396560: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.md"=>Awestruct::Page{ 29219780: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.md"=>Awestruct::Page{ 29045360: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.md"=>Awestruct::Page{ 28851140: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.md"=>Awestruct::Page{ 28659800: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.md"=>Awestruct::Page{ 28467740: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.md"=>Awestruct::Page{ 28257040: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.md"=>Awestruct::Page{ 28076880: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.md"=>Awestruct::Page{ 27842980: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.md"=>Awestruct::Page{ 27710600: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.md"=>Awestruct::Page{ 27537780: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.md"=>Awestruct::Page{ 27372740: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.md"=>Awestruct::Page{ 27100940: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.md"=>Awestruct::Page{ 26746360: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.md"=>Awestruct::Page{ 26670420: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.md"=>Awestruct::Page{ 26587460: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.md"=>Awestruct::Page{ 26506880: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.md"=>Awestruct::Page{ 26412940: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md"=>Awestruct::Page{ 26323740: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.md"=>Awestruct::Page{ 26210820: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.md"=>Awestruct::Page{ 26097420: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.md"=>Awestruct::Page{ 25986720: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.md"=>Awestruct::Page{ 25870780: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.md"=>Awestruct::Page{ 25774780: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.md"=>Awestruct::Page{ 25649040: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.md"=>Awestruct::Page{ 25529360: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md"=>Awestruct::Page{ 25355920: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 24959760: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.md"=>Awestruct::Page{ 24149840: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.md"=>Awestruct::Page{ 19671560: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.md"=>Awestruct::Page{ 19428980: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.md"=>Awestruct::Page{ 19534240: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.md"=>Awestruct::Page{ 18798160: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.md"=>Awestruct::Page{ 18622480: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.md"=>Awestruct::Page{ 18424560: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.md"=>Awestruct::Page{ 18257220: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.md"=>Awestruct::Page{ 18005760: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.md"=>Awestruct::Page{ 17658100: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.md"=>Awestruct::Page{ 17211960: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.md"=>Awestruct::Page{ 13109720: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.md"=>Awestruct::Page{ 12580020: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.md"=>Awestruct::Page{ 11821900: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.md"=>Awestruct::Page{ 9375360: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.md"=>Awestruct::Page{ 8208420: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.md"=>Awestruct::Page{ 6758980: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.md"=>Awestruct::Page{ 29572480: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.md"=>Awestruct::Page{ 29372720: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.md"=>Awestruct::Page{ 29205640: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.md"=>Awestruct::Page{ 29004820: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.md"=>Awestruct::Page{ 28818140: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.md"=>Awestruct::Page{ 28619240: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.md"=>Awestruct::Page{ 28435260: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md"=>Awestruct::Page{ 28211620: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.md"=>Awestruct::Page{ 28034300: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.md"=>Awestruct::Page{ 27821980: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.md"=>Awestruct::Page{ 27673240: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md"=>Awestruct::Page{ 27509200: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.md"=>Awestruct::Page{ 27259880: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.md"=>Awestruct::Page{ 27068320: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.md"=>Awestruct::Page{ 26723480: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.md"=>Awestruct::Page{ 26647320: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.md"=>Awestruct::Page{ 26562480: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.md"=>Awestruct::Page{ 26483080: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.md"=>Awestruct::Page{ 26385580: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.md"=>Awestruct::Page{ 26278980: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.md"=>Awestruct::Page{ 26165080: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.md"=>Awestruct::Page{ 26059880: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.md"=>Awestruct::Page{ 25944120: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md"=>Awestruct::Page{ 25826080: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md"=>Awestruct::Page{ 25735840: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.md"=>Awestruct::Page{ 25607100: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.md"=>Awestruct::Page{ 25467480: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.md"=>Awestruct::Page{ 25300200: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md"=>Awestruct::Page{ 24354420: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.md"=>Awestruct::Page{ 24004080: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.md"=>Awestruct::Page{ 19579020: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.md"=>Awestruct::Page{ 18955940: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md"=>Awestruct::Page{ 19313440: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.md"=>Awestruct::Page{ 18758340: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.md"=>Awestruct::Page{ 18530940: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.md"=>Awestruct::Page{ 18364580: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.md"=>Awestruct::Page{ 18173220: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.md"=>Awestruct::Page{ 17847440: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.md"=>Awestruct::Page{ 17474100: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.md"=>Awestruct::Page{ 17055020: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.md"=>Awestruct::Page{ 12881160: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.md"=>Awestruct::Page{ 12184160: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.md"=>Awestruct::Page{ 9873640: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.md"=>Awestruct::Page{ 9070800: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.md"=>Awestruct::Page{ 7595240: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.md"=>Awestruct::Page{ 29677340: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.md"=>Awestruct::Page{ 29474620: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 29290800: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md"=>Awestruct::Page{ 28813740: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.md"=>Awestruct::Page{ 28604940: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.md"=>Awestruct::Page{ 28427900: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 28187480: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.md"=>Awestruct::Page{ 27745580: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.md"=>Awestruct::Page{ 27564800: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.md"=>Awestruct::Page{ 27389360: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.md"=>Awestruct::Page{ 27153320: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md"=>Awestruct::Page{ 26753820: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.md"=>Awestruct::Page{ 26674900: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.md"=>Awestruct::Page{ 26591580: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.md"=>Awestruct::Page{ 26509000: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.md"=>Awestruct::Page{ 26413780: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.md"=>Awestruct::Page{ 26322700: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.md"=>Awestruct::Page{ 26208900: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.md"=>Awestruct::Page{ 26094160: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.md"=>Awestruct::Page{ 25979920: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.md"=>Awestruct::Page{ 25856540: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.md"=>Awestruct::Page{ 25758420: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.md"=>Awestruct::Page{ 25638600: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.md"=>Awestruct::Page{ 25519740: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.md"=>Awestruct::Page{ 25343760: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.md"=>Awestruct::Page{ 24909220: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-ā-save-date/index.md"=>Awestruct::Page{ 24568300: output_path=>/content/jenkins-user-conference-ā-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-ā-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.md"=>Awestruct::Page{ 24250500: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.md"=>Awestruct::Page{ 23882660: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.md"=>Awestruct::Page{ 19493120: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.md"=>Awestruct::Page{ 19666900: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.md"=>Awestruct::Page{ 19120500: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.md"=>Awestruct::Page{ 18655240: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.md"=>Awestruct::Page{ 18454520: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.md"=>Awestruct::Page{ 18295300: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.md"=>Awestruct::Page{ 18056360: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.md"=>Awestruct::Page{ 17713400: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.md"=>Awestruct::Page{ 17250420: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.md"=>Awestruct::Page{ 13142660: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.md"=>Awestruct::Page{ 12638000: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.md"=>Awestruct::Page{ 11866160: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.md"=>Awestruct::Page{ 9418020: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.md"=>Awestruct::Page{ 8218420: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.md"=>Awestruct::Page{ 6761160: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.md"=>Awestruct::Page{ 29570800: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md"=>Awestruct::Page{ 29369120: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 29183800: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.md"=>Awestruct::Page{ 28989560: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.md"=>Awestruct::Page{ 28812200: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.md"=>Awestruct::Page{ 28602920: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md"=>Awestruct::Page{ 28400200: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md"=>Awestruct::Page{ 28184500: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md"=>Awestruct::Page{ 27998440: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md"=>Awestruct::Page{ 27801780: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md"=>Awestruct::Page{ 27636120: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md"=>Awestruct::Page{ 27470220: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md"=>Awestruct::Page{ 27236300: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md"=>Awestruct::Page{ 27022780: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md"=>Awestruct::Page{ 26703220: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md"=>Awestruct::Page{ 26625320: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md"=>Awestruct::Page{ 26540060: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md"=>Awestruct::Page{ 26442620: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md"=>Awestruct::Page{ 26358760: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md"=>Awestruct::Page{ 26245080: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md"=>Awestruct::Page{ 26126680: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md"=>Awestruct::Page{ 26014380: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md"=>Awestruct::Page{ 25895660: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 25788280: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.md"=>Awestruct::Page{ 25670200: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md"=>Awestruct::Page{ 25573360: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.md"=>Awestruct::Page{ 25370640: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.md"=>Awestruct::Page{ 24993260: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.md"=>Awestruct::Page{ 24631660: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.md"=>Awestruct::Page{ 24327140: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.md"=>Awestruct::Page{ 23959260: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.md"=>Awestruct::Page{ 19550680: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.md"=>Awestruct::Page{ 17517400: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.md"=>Awestruct::Page{ 18883480: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.md"=>Awestruct::Page{ 18697580: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.md"=>Awestruct::Page{ 18489560: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.md"=>Awestruct::Page{ 18335940: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.md"=>Awestruct::Page{ 18130060: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.md"=>Awestruct::Page{ 17769200: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.md"=>Awestruct::Page{ 17326860: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md"=>Awestruct::Page{ 13418440: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.md"=>Awestruct::Page{ 12711000: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.md"=>Awestruct::Page{ 11988260: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.md"=>Awestruct::Page{ 9573560: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.md"=>Awestruct::Page{ 8285640: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.md"=>Awestruct::Page{ 29479140: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.md"=>Awestruct::Page{ 29294280: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.md"=>Awestruct::Page{ 29089260: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.md"=>Awestruct::Page{ 28911680: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.md"=>Awestruct::Page{ 28690620: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md"=>Awestruct::Page{ 28186760: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.md"=>Awestruct::Page{ 28000020: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.md"=>Awestruct::Page{ 27802780: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md"=>Awestruct::Page{ 27636660: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.md"=>Awestruct::Page{ 27469520: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.md"=>Awestruct::Page{ 27235440: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md"=>Awestruct::Page{ 27021000: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.md"=>Awestruct::Page{ 26700700: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.md"=>Awestruct::Page{ 26620740: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.md"=>Awestruct::Page{ 26398780: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.md"=>Awestruct::Page{ 26299640: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md"=>Awestruct::Page{ 26183120: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.md"=>Awestruct::Page{ 26068800: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.md"=>Awestruct::Page{ 25950460: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.md"=>Awestruct::Page{ 25829000: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.md"=>Awestruct::Page{ 25737640: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.md"=>Awestruct::Page{ 25606140: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.md"=>Awestruct::Page{ 25464660: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.md"=>Awestruct::Page{ 25267380: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md"=>Awestruct::Page{ 24790840: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.md"=>Awestruct::Page{ 24458660: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.md"=>Awestruct::Page{ 24120780: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.md"=>Awestruct::Page{ 19645980: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.md"=>Awestruct::Page{ 19391320: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.md"=>Awestruct::Page{ 19406480: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.md"=>Awestruct::Page{ 19146840: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.md"=>Awestruct::Page{ 18579360: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md"=>Awestruct::Page{ 18383140: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.md"=>Awestruct::Page{ 18200160: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.md"=>Awestruct::Page{ 17898940: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.md"=>Awestruct::Page{ 17487700: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.md"=>Awestruct::Page{ 17062480: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.md"=>Awestruct::Page{ 12886020: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.md"=>Awestruct::Page{ 12185120: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.md"=>Awestruct::Page{ 9842260: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.md"=>Awestruct::Page{ 8559340: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.md"=>Awestruct::Page{ 7839940: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.md"=>Awestruct::Page{ 29651040: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.md"=>Awestruct::Page{ 29431500: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.md"=>Awestruct::Page{ 29252020: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.md"=>Awestruct::Page{ 29065240: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.md"=>Awestruct::Page{ 28852760: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 28657900: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.md"=>Awestruct::Page{ 28130780: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.md"=>Awestruct::Page{ 27951580: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.md"=>Awestruct::Page{ 27754380: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.md"=>Awestruct::Page{ 27571160: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.md"=>Awestruct::Page{ 27410600: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.md"=>Awestruct::Page{ 27155360: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.md"=>Awestruct::Page{ 26754480: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md"=>Awestruct::Page{ 26673340: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.md"=>Awestruct::Page{ 26586760: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.md"=>Awestruct::Page{ 26503500: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.md"=>Awestruct::Page{ 26406260: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.md"=>Awestruct::Page{ 26304440: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.md"=>Awestruct::Page{ 26188040: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.md"=>Awestruct::Page{ 26072240: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.md"=>Awestruct::Page{ 25954040: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.md"=>Awestruct::Page{ 25831180: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.md"=>Awestruct::Page{ 25739220: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.md"=>Awestruct::Page{ 25607620: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.md"=>Awestruct::Page{ 25465100: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.md"=>Awestruct::Page{ 25266280: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.md"=>Awestruct::Page{ 24771840: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.md"=>Awestruct::Page{ 24455700: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.md"=>Awestruct::Page{ 24097540: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.md"=>Awestruct::Page{ 19637000: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.md"=>Awestruct::Page{ 19378060: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md"=>Awestruct::Page{ 19372720: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.md"=>Awestruct::Page{ 18777080: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html.haml"=>Awestruct::Page{ 18555800: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html.haml"=>Awestruct::Page{ 18031320: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.md"=>Awestruct::Page{ 17045160: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.md"=>Awestruct::Page{ 12780420: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.md"=>Awestruct::Page{ 12095060: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.md"=>Awestruct::Page{ 9752260: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.md"=>Awestruct::Page{ 8380460: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.md"=>Awestruct::Page{ 7749000: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.md"=>Awestruct::Page{ 29484080: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.md"=>Awestruct::Page{ 29070560: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md"=>Awestruct::Page{ 28658460: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.md"=>Awestruct::Page{ 28246600: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.md"=>Awestruct::Page{ 27795080: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.md"=>Awestruct::Page{ 27443500: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.md"=>Awestruct::Page{ 26748840: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.md"=>Awestruct::Page{ 26570880: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.md"=>Awestruct::Page{ 26375260: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.md"=>Awestruct::Page{ 26127840: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.md"=>Awestruct::Page{ 25876860: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.md"=>Awestruct::Page{ 25639620: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.md"=>Awestruct::Page{ 25305980: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.md"=>Awestruct::Page{ 24479340: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.md"=>Awestruct::Page{ 19604220: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.md"=>Awestruct::Page{ 19302880: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.md"=>Awestruct::Page{ 18481380: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.md"=>Awestruct::Page{ 18058800: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.md"=>Awestruct::Page{ 17208960: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.md"=>Awestruct::Page{ 12191080: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.md"=>Awestruct::Page{ 8290820: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.md"=>Awestruct::Page{ 7884860: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.md"=>Awestruct::Page{ 9726480: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.md"=>Awestruct::Page{ 12715140: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.md"=>Awestruct::Page{ 17268120: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.md"=>Awestruct::Page{ 18134040: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.md"=>Awestruct::Page{ 18535580: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.md"=>Awestruct::Page{ 19340700: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.md"=>Awestruct::Page{ 19485380: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.md"=>Awestruct::Page{ 24374800: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 25220440: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.md"=>Awestruct::Page{ 25883820: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.md"=>Awestruct::Page{ 26123220: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.md"=>Awestruct::Page{ 26272060: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.md"=>Awestruct::Page{ 26512060: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.md"=>Awestruct::Page{ 26677760: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.md"=>Awestruct::Page{ 27154640: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.md"=>Awestruct::Page{ 27473080: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.md"=>Awestruct::Page{ 27836420: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.md"=>Awestruct::Page{ 28260960: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 28679220: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 28646160: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 28759140: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 28717380: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 28846900: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 28919260: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 28886040: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 28965180: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 29086460: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 29045820: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 29150440: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 29124260: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 29212440: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation.adoc"=>Awestruct::Page{ 29504800: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 29130240: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.adoc"=>Awestruct::Page{ 29036000: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability.adoc"=>Awestruct::Page{ 28130420: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale.adoc"=>Awestruct::Page{ 27349900: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 26682820: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.adoc"=>Awestruct::Page{ 26637780: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 26326060: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 26297980: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.adoc"=>Awestruct::Page{ 26233900: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing.adoc"=>Awestruct::Page{ 25754640: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 25221080: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.adoc"=>Awestruct::Page{ 24766680: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations.adoc"=>Awestruct::Page{ 19384000: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html.haml"=>Awestruct::Page{ 18653680: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 18180280: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli.adoc"=>Awestruct::Page{ 17843080: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.adoc"=>Awestruct::Page{ 12121700: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes.adoc"=>Awestruct::Page{ 29676940: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins.adoc"=>Awestruct::Page{ 28786260: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console.adoc"=>Awestruct::Page{ 28008740: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security.adoc"=>Awestruct::Page{ 27078640: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration.adoc"=>Awestruct::Page{ 26490320: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools.adoc"=>Awestruct::Page{ 26049200: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users.adoc"=>Awestruct::Page{ 25619220: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up.adoc"=>Awestruct::Page{ 24459540: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 17462940: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.adoc"=>Awestruct::Page{ 19403580: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring.adoc"=>Awestruct::Page{ 18219360: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security.adoc"=>Awestruct::Page{ 12961200: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef.adoc"=>Awestruct::Page{ 8517140: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet.adoc"=>Awestruct::Page{ 29265940: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders.adoc"=>Awestruct::Page{ 28465080: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 27912520: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started.adoc"=>Awestruct::Page{ 27743660: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.adoc"=>Awestruct::Page{ 26729960: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile.adoc"=>Awestruct::Page{ 26306280: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch.adoc"=>Awestruct::Page{ 25825420: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview.adoc"=>Awestruct::Page{ 25359880: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries.adoc"=>Awestruct::Page{ 24480700: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax.adoc"=>Awestruct::Page{ 18672580: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code.adoc"=>Awestruct::Page{ 17360480: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 12147980: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 12080080: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 11987280: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 11863700: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 11732480: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 11577480: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 11449640: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 9805160: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 9645800: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 9438100: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 9351700: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 9152760: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 9122260: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 9086040: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 8518960: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 8350780: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 8270840: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 8199760: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 7907440: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 7862040: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 7591380: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 7784280: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 7737460: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 6844220: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 6716120: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 29714980: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 29378600: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 29696060: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 29650620: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 29625780: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 29605920: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 29542040: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 29488260: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 29479760: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 29469140: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 29426540: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 29389640: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 29370580: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 29343080: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 29324880: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 29307240: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 29287840: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 29250860: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 29214280: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 29180060: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.adoc"=>Awestruct::Page{ 29066180: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins.html.haml"=>Awestruct::Page{ 28379360: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 28150980: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet.adoc"=>Awestruct::Page{ 28038320: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.adoc"=>Awestruct::Page{ 27255780: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java.adoc"=>Awestruct::Page{ 26562980: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python.adoc"=>Awestruct::Page{ 26159640: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby.adoc"=>Awestruct::Page{ 25716100: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 24906600: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints.adoc"=>Awestruct::Page{ 24694080: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.adoc"=>Awestruct::Page{ 19055700: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api.adoc"=>Awestruct::Page{ 18369760: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.adoc"=>Awestruct::Page{ 17071320: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples.html.haml"=>Awestruct::Page{ 11696200: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.adoc"=>Awestruct::Page{ 7620800: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector.adoc"=>Awestruct::Page{ 29392300: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible.adoc"=>Awestruct::Page{ 28731060: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor.adoc"=>Awestruct::Page{ 28081660: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory.adoc"=>Awestruct::Page{ 27414000: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier.adoc"=>Awestruct::Page{ 26663420: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub.adoc"=>Awestruct::Page{ 26367040: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman.adoc"=>Awestruct::Page{ 26003080: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh.adoc"=>Awestruct::Page{ 25632360: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding.adoc"=>Awestruct::Page{ 24614680: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier.adoc"=>Awestruct::Page{ 19460940: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification.adoc"=>Awestruct::Page{ 18586840: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves.adoc"=>Awestruct::Page{ 17821680: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow.adoc"=>Awestruct::Page{ 12526100: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext.adoc"=>Awestruct::Page{ 6769440: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager.adoc"=>Awestruct::Page{ 29007320: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep.adoc"=>Awestruct::Page{ 28378620: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling.adoc"=>Awestruct::Page{ 27744280: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger.adoc"=>Awestruct::Page{ 27076540: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git.adoc"=>Awestruct::Page{ 26540840: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest.adoc"=>Awestruct::Page{ 26212140: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin.adoc"=>Awestruct::Page{ 25822820: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat.adoc"=>Awestruct::Page{ 25375540: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc"=>Awestruct::Page{ 23982580: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher.adoc"=>Awestruct::Page{ 19096400: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request.adoc"=>Awestruct::Page{ 18194880: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html.haml"=>Awestruct::Page{ 17150540: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin.adoc"=>Awestruct::Page{ 9823640: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira.adoc"=>Awestruct::Page{ 29567280: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging.adoc"=>Awestruct::Page{ 28857980: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc"=>Awestruct::Page{ 28168800: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps.adoc"=>Awestruct::Page{ 27492240: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes.adoc"=>Awestruct::Page{ 26659900: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner.adoc"=>Awestruct::Page{ 26327960: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources.adoc"=>Awestruct::Page{ 25943140: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon.adoc"=>Awestruct::Page{ 25576460: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost.adoc"=>Awestruct::Page{ 24533380: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder.adoc"=>Awestruct::Page{ 19395540: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader.adoc"=>Awestruct::Page{ 18496240: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline.adoc"=>Awestruct::Page{ 17187960: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4.adoc"=>Awestruct::Page{ 7616400: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor.adoc"=>Awestruct::Page{ 29090820: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws.adoc"=>Awestruct::Page{ 28398680: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step.adoc"=>Awestruct::Page{ 27566380: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath.adoc"=>Awestruct::Page{ 26732960: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step.adoc"=>Awestruct::Page{ 26435860: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step.adoc"=>Awestruct::Page{ 18948620: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven.adoc"=>Awestruct::Page{ 18413060: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step.adoc"=>Awestruct::Page{ 17443920: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition.adoc"=>Awestruct::Page{ 11867760: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step.adoc"=>Awestruct::Page{ 29701880: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps.adoc"=>Awestruct::Page{ 28857400: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog.adoc"=>Awestruct::Page{ 28188440: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline.adoc"=>Awestruct::Page{ 27565600: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier.adoc"=>Awestruct::Page{ 26728380: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector.adoc"=>Awestruct::Page{ 25878640: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand.adoc"=>Awestruct::Page{ 25511540: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack.adoc"=>Awestruct::Page{ 24401500: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend.adoc"=>Awestruct::Page{ 17457700: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent.adoc"=>Awestruct::Page{ 18416700: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter.adoc"=>Awestruct::Page{ 17441220: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion.adoc"=>Awestruct::Page{ 11825880: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert.adoc"=>Awestruct::Page{ 29623540: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper.adoc"=>Awestruct::Page{ 28947740: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber.adoc"=>Awestruct::Page{ 28209400: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud.adoc"=>Awestruct::Page{ 27451280: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps.adoc"=>Awestruct::Page{ 44115440: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib.adoc"=>Awestruct::Page{ 44454160: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps.adoc"=>Awestruct::Page{ 44798280: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step.adoc"=>Awestruct::Page{ 45226660: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch.adoc"=>Awestruct::Page{ 44823420: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step.adoc"=>Awestruct::Page{ 54069580: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents.adoc"=>Awestruct::Page{ 54550080: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment.adoc"=>Awestruct::Page{ 54855720: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment.adoc"=>Awestruct::Page{ 55188720: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world.adoc"=>Awestruct::Page{ 55524980: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post.adoc"=>Awestruct::Page{ 55827300: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps.adoc"=>Awestruct::Page{ 56158100: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts.adoc"=>Awestruct::Page{ 56497760: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19.adoc"=>Awestruct::Page{ 56839580: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32.adoc"=>Awestruct::Page{ 57163220: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7.adoc"=>Awestruct::Page{ 57481520: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide.html.haml"=>Awestruct::Page{ 57699940: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate.adoc"=>Awestruct::Page{ 57999380: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download.html.haml"=>Awestruct::Page{ 58156900: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 58352040: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 58391520: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 58408840: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 58401620: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 58419340: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 58428860: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 58457560: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 58450540: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 58487440: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 58496960: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 58514660: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 58507840: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 58525560: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 58535080: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.adoc"=>Awestruct::Page{ 58562580: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout.adoc"=>Awestruct::Page{ 58688160: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 58837660: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 58855260: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 58864800: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 58882380: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 58891900: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 58885100: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 58902840: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 58931420: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 58948940: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 58941920: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 58959640: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 58969180: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 58986920: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 58996460: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 59014200: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 59007400: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 59025140: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 59034680: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 59063100: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 59080620: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 59073600: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 59091120: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 59100460: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 59118200: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 59127740: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 59145480: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 59138680: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 59156420: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 59165960: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 59183700: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 59201420: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 59210940: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 59204120: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 59221860: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 59231380: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 59262380: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 59271500: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 59299580: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 59316900: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 59334200: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 59326980: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README.asciidoc"=>Awestruct::Page{ 59388980: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 59510420: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 59527740: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 59545060: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 59554400: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 59571920: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 59565120: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 59582840: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 59592380: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 59610120: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 59619660: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 59637400: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 59630600: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 59648340: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 59657860: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 59686660: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 59679840: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 59697560: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 59722920: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 59740440: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 59749760: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 59767300: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 59784800: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 59777800: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 59787140: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 59804660: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 59814000: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 59831540: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 59849080: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 59858420: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 59851400: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 59868940: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 59886460: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 59895780: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 59913300: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 59922660: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 59940180: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 59933160: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 59950700: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 59960040: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 59977560: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 59986880: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 60004420: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 60021960: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 60014960: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 60024280: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 60041800: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 60051140: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 60068640: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 60086160: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 60095500: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 60088500: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 60106020: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 60115360: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 60132900: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 60161180: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 60154160: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 60171680: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 60181000: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 60198520: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 60216040: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 60219900: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 60237420: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 60246760: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 60264280: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 60281800: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 60291340: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 60309080: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 60302280: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 60326200: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 60354480: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 60371800: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 60383740: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 60392860: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 60420840: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 60438140: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 60455460: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 60489160: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 60481940: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 60501440: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 60510560: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 60519680: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 60537000: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 60554320: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 60547100: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 60556220: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 60573540: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 60601820: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 60619140: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 60622180: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 60639480: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 60656800: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 60665920: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 60683220: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 60692340: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 60709660: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 60726960: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 60719740: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 60763300: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 60772420: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 60781560: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 60790680: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 60799800: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 60817120: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 60809900: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 60827220: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 60836340: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 60853660: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 60862800: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 60880120: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 60897440: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 60901300: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 60928280: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 60945600: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 60962920: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 60972040: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 60989360: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 60982140: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 60999460: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 61008580: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 61025900: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 61035020: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 61052320: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 61069640: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 61078760: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 61071540: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 61088840: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 61117120: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 61134300: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 61138140: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 61174500: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 61183620: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 61200940: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 61210260: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 61203240: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 61220760: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 61238040: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 61247120: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 61264400: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 61281680: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 61298940: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 61316220: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 61308960: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 61326240: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 61346020: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 61355160: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 61372480: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 61381600: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 61398920: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 61426560: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 61435700: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 61444820: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 61453940: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 61463060: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 61480380: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 61473160: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 61482280: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 61499580: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 61517100: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 61544360: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 61553480: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 61570800: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 61563580: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 61580880: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 61590000: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 61607320: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 61616440: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 61633760: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 61651080: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 61660200: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 61677520: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 61689460: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 61698580: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 61726100: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 61718880: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 61736200: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 61753520: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 61762660: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 61779980: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 61789100: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 61806420: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 61823740: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 61832860: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 61860900: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 61870020: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 61879140: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 61888280: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 61897400: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 61925720: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 61934840: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61953920: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61963040: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61980360: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 61973140: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 61990440: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 62007760: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 62016880: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 62034180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 62043300: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 62060620: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 62077920: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 62087040: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 62115060: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 62124180: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 62133320: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 62142440: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 62151560: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 62179680: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 62188800: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 62197920: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 62207040: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 62216380: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 62244000: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 62253140: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 62262260: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 62271380: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 62288700: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 62297840: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 62315160: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 62324280: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 62317060: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 62334580: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 62352100: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 62396460: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 62405580: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 62414700: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 62407480: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 62416620: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 62444900: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 62462220: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 62471540: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 62499560: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 62508680: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 62517800: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 62526920: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 62536040: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 62564160: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 62573280: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 62582420: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 62591540: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 62595380: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 62631560: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 62640680: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 62658000: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 62667140: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 62684460: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 62712580: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 62721700: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 62730820: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 62739940: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 62743180: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 62760380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 62769500: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 62786700: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 62804020: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 62813140: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 62824580: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 62833700: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 62851000: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 62868320: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 62877440: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 62894740: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 62912060: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 62915500: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 62932800: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 62950120: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 62959240: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 62976540: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 62986080: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 63003820: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 62997020: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 63014740: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 63059220: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 63068540: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 63077880: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 63070860: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 63080180: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 63089500: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 63107020: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 63124540: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 63128400: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 63145920: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 63155260: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 63172780: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 63190300: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 63199860: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 63217600: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 63210780: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 63220320: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 63238060: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 63255800: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 63265340: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 63283080: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 63276260: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 63294000: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html.haml"=>Awestruct::Page{ 63303880: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects.adoc"=>Awestruct::Page{ 63569160: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 63779600: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 63784700: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 63939380: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 63957700: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.md"=>Awestruct::Page{ 64024460: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 64262260: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.md"=>Awestruct::Page{ 64275060: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.md"=>Awestruct::Page{ 64524660: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.md"=>Awestruct::Page{ 64721200: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.md"=>Awestruct::Page{ 64852700: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.md"=>Awestruct::Page{ 64975980: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.md"=>Awestruct::Page{ 65099260: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.md"=>Awestruct::Page{ 65230760: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.md"=>Awestruct::Page{ 65354080: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.md"=>Awestruct::Page{ 65485560: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.md"=>Awestruct::Page{ 65608860: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.md"=>Awestruct::Page{ 65732160: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.md"=>Awestruct::Page{ 65839140: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.md"=>Awestruct::Page{ 65962440: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.md"=>Awestruct::Page{ 66093920: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.md"=>Awestruct::Page{ 66217220: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.md"=>Awestruct::Page{ 66348740: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.md"=>Awestruct::Page{ 66472080: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.md"=>Awestruct::Page{ 66595380: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.md"=>Awestruct::Page{ 66726860: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.md"=>Awestruct::Page{ 66858380: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.md"=>Awestruct::Page{ 66973520: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.md"=>Awestruct::Page{ 67105020: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.md"=>Awestruct::Page{ 67228300: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.md"=>Awestruct::Page{ 67359800: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.md"=>Awestruct::Page{ 67483100: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.md"=>Awestruct::Page{ 67606420: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.md"=>Awestruct::Page{ 67737900: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.md"=>Awestruct::Page{ 67861200: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.md"=>Awestruct::Page{ 67984500: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.md"=>Awestruct::Page{ 67844720: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.md"=>Awestruct::Page{ 67410920: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.md"=>Awestruct::Page{ 66968900: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.md"=>Awestruct::Page{ 66526900: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.md"=>Awestruct::Page{ 66034600: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.md"=>Awestruct::Page{ 65592020: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.md"=>Awestruct::Page{ 65158220: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.md"=>Awestruct::Page{ 64716180: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.md"=>Awestruct::Page{ 64287060: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.md"=>Awestruct::Page{ 63918000: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.md"=>Awestruct::Page{ 63491700: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.md"=>Awestruct::Page{ 63212060: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.md"=>Awestruct::Page{ 63022100: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.md"=>Awestruct::Page{ 62815360: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.md"=>Awestruct::Page{ 62633660: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.md"=>Awestruct::Page{ 62443360: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.md"=>Awestruct::Page{ 62261860: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.md"=>Awestruct::Page{ 62071880: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.md"=>Awestruct::Page{ 61873940: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.md"=>Awestruct::Page{ 61675380: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.md"=>Awestruct::Page{ 61485420: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.md"=>Awestruct::Page{ 61311800: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.md"=>Awestruct::Page{ 61113520: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.md"=>Awestruct::Page{ 60906840: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.md"=>Awestruct::Page{ 60724800: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.md"=>Awestruct::Page{ 60534700: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.md"=>Awestruct::Page{ 60345320: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.md"=>Awestruct::Page{ 60147160: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.md"=>Awestruct::Page{ 59940280: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.md"=>Awestruct::Page{ 59749280: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.md"=>Awestruct::Page{ 59567740: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.md"=>Awestruct::Page{ 59270780: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.md"=>Awestruct::Page{ 59055700: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.md"=>Awestruct::Page{ 58865720: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.md"=>Awestruct::Page{ 58496160: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.md"=>Awestruct::Page{ 58233420: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.md"=>Awestruct::Page{ 57815340: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.md"=>Awestruct::Page{ 57364960: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.md"=>Awestruct::Page{ 56947300: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.md"=>Awestruct::Page{ 56521480: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.md"=>Awestruct::Page{ 56054320: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.md"=>Awestruct::Page{ 55603980: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.md"=>Awestruct::Page{ 55153540: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.md"=>Awestruct::Page{ 54694840: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.md"=>Awestruct::Page{ 54252520: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.md"=>Awestruct::Page{ 53540200: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.md"=>Awestruct::Page{ 52958960: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.md"=>Awestruct::Page{ 52533400: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.md"=>Awestruct::Page{ 52099620: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.md"=>Awestruct::Page{ 48452860: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.md"=>Awestruct::Page{ 46724800: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.md"=>Awestruct::Page{ 44284020: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.md"=>Awestruct::Page{ 45144300: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.md"=>Awestruct::Page{ 44438860: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.md"=>Awestruct::Page{ 29215360: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.md"=>Awestruct::Page{ 28331840: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.md"=>Awestruct::Page{ 27484580: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.md"=>Awestruct::Page{ 26566880: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.md"=>Awestruct::Page{ 26117340: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.md"=>Awestruct::Page{ 25861820: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.md"=>Awestruct::Page{ 25648380: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.md"=>Awestruct::Page{ 25358660: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.md"=>Awestruct::Page{ 24586500: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.md"=>Awestruct::Page{ 23932880: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.md"=>Awestruct::Page{ 19667360: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.md"=>Awestruct::Page{ 18658440: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.md"=>Awestruct::Page{ 18287800: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.md"=>Awestruct::Page{ 17660040: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.md"=>Awestruct::Page{ 13128140: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.md"=>Awestruct::Page{ 11857840: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.md"=>Awestruct::Page{ 9744040: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.md"=>Awestruct::Page{ 13046740: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.md"=>Awestruct::Page{ 17797720: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.md"=>Awestruct::Page{ 18404020: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.md"=>Awestruct::Page{ 19078000: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.md"=>Awestruct::Page{ 19412700: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.md"=>Awestruct::Page{ 24396540: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.md"=>Awestruct::Page{ 25224980: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.md"=>Awestruct::Page{ 25596740: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.md"=>Awestruct::Page{ 25826420: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.md"=>Awestruct::Page{ 26125880: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.md"=>Awestruct::Page{ 26486640: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.md"=>Awestruct::Page{ 27076600: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.md"=>Awestruct::Page{ 28211780: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.md"=>Awestruct::Page{ 28948100: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.md"=>Awestruct::Page{ 44448540: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.md"=>Awestruct::Page{ 45078860: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.md"=>Awestruct::Page{ 47658780: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.md"=>Awestruct::Page{ 46774500: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.md"=>Awestruct::Page{ 47970940: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.md"=>Awestruct::Page{ 51902400: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.md"=>Awestruct::Page{ 52484480: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.md"=>Awestruct::Page{ 52861720: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.md"=>Awestruct::Page{ 53509200: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.md"=>Awestruct::Page{ 54263260: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.md"=>Awestruct::Page{ 54705280: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.md"=>Awestruct::Page{ 55032780: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.md"=>Awestruct::Page{ 55556840: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.md"=>Awestruct::Page{ 56072980: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.md"=>Awestruct::Page{ 56539880: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.md"=>Awestruct::Page{ 56843040: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.md"=>Awestruct::Page{ 57317960: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.md"=>Awestruct::Page{ 57703040: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.md"=>Awestruct::Page{ 58243340: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.md"=>Awestruct::Page{ 58455320: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.md"=>Awestruct::Page{ 58822100: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.md"=>Awestruct::Page{ 59057800: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.md"=>Awestruct::Page{ 59293520: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.md"=>Awestruct::Page{ 59530600: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.md"=>Awestruct::Page{ 59766100: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.md"=>Awestruct::Page{ 59895880: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.md"=>Awestruct::Page{ 60131620: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.md"=>Awestruct::Page{ 60260860: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.md"=>Awestruct::Page{ 60505040: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.md"=>Awestruct::Page{ 60732740: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.md"=>Awestruct::Page{ 60862060: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.md"=>Awestruct::Page{ 61131080: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.md"=>Awestruct::Page{ 61260620: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.md"=>Awestruct::Page{ 61529260: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.md"=>Awestruct::Page{ 61658460: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.md"=>Awestruct::Page{ 61788240: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.md"=>Awestruct::Page{ 62081340: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.md"=>Awestruct::Page{ 62210860: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.md"=>Awestruct::Page{ 62503720: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.md"=>Awestruct::Page{ 62617200: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.md"=>Awestruct::Page{ 62746980: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.md"=>Awestruct::Page{ 63056480: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.md"=>Awestruct::Page{ 63169360: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.md"=>Awestruct::Page{ 63585680: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.md"=>Awestruct::Page{ 63765740: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.md"=>Awestruct::Page{ 64281440: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.md"=>Awestruct::Page{ 64786920: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.md"=>Awestruct::Page{ 65037780: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.md"=>Awestruct::Page{ 65536500: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.md"=>Awestruct::Page{ 65928800: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.md"=>Awestruct::Page{ 66542900: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.md"=>Awestruct::Page{ 66861440: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.md"=>Awestruct::Page{ 67482300: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.md"=>Awestruct::Page{ 67735120: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.md"=>Awestruct::Page{ 45870660: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.md"=>Awestruct::Page{ 47820800: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.md"=>Awestruct::Page{ 44610000: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.md"=>Awestruct::Page{ 45601700: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.md"=>Awestruct::Page{ 46298440: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.md"=>Awestruct::Page{ 46102260: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.md"=>Awestruct::Page{ 47331440: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.md"=>Awestruct::Page{ 48028180: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.md"=>Awestruct::Page{ 48610240: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.md"=>Awestruct::Page{ 44203360: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.md"=>Awestruct::Page{ 51928860: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.md"=>Awestruct::Page{ 52150520: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.md"=>Awestruct::Page{ 52306580: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.md"=>Awestruct::Page{ 52454460: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.md"=>Awestruct::Page{ 52569560: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.md"=>Awestruct::Page{ 52766620: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.md"=>Awestruct::Page{ 52881720: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.md"=>Awestruct::Page{ 52996820: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.md"=>Awestruct::Page{ 53300380: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.md"=>Awestruct::Page{ 53448280: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.md"=>Awestruct::Page{ 53686280: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.md"=>Awestruct::Page{ 53834160: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.md"=>Awestruct::Page{ 53957480: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.md"=>Awestruct::Page{ 54301940: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.md"=>Awestruct::Page{ 54523560: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.md"=>Awestruct::Page{ 54679640: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.md"=>Awestruct::Page{ 54925840: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.md"=>Awestruct::Page{ 55057340: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.md"=>Awestruct::Page{ 55278940: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.md"=>Awestruct::Page{ 55500560: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.md"=>Awestruct::Page{ 55640300: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.md"=>Awestruct::Page{ 55853740: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.md"=>Awestruct::Page{ 56001620: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.md"=>Awestruct::Page{ 56239620: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.md"=>Awestruct::Page{ 56379300: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.md"=>Awestruct::Page{ 56625460: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.md"=>Awestruct::Page{ 56912620: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.md"=>Awestruct::Page{ 57044100: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.md"=>Awestruct::Page{ 57282120: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.md"=>Awestruct::Page{ 57528340: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.md"=>Awestruct::Page{ 57659820: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.md"=>Awestruct::Page{ 57865020: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.md"=>Awestruct::Page{ 58119380: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.md"=>Awestruct::Page{ 58316400: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.md"=>Awestruct::Page{ 58677280: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.md"=>Awestruct::Page{ 59488680: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.md"=>Awestruct::Page{ 63626100: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.md"=>Awestruct::Page{ 63741240: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.md"=>Awestruct::Page{ 63987420: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.md"=>Awestruct::Page{ 64176280: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.md"=>Awestruct::Page{ 64373280: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.md"=>Awestruct::Page{ 64578520: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.md"=>Awestruct::Page{ 64923000: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.md"=>Awestruct::Page{ 65185540: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.md"=>Awestruct::Page{ 65456320: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.md"=>Awestruct::Page{ 65808960: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.md"=>Awestruct::Page{ 66071580: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.md"=>Awestruct::Page{ 66334140: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.md"=>Awestruct::Page{ 66572140: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.md"=>Awestruct::Page{ 66924820: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.md"=>Awestruct::Page{ 67195560: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.md"=>Awestruct::Page{ 67458140: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.md"=>Awestruct::Page{ 67810820: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.md"=>Awestruct::Page{ 67958620: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.md"=>Awestruct::Page{ 67709580: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.md"=>Awestruct::Page{ 67436280: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.md"=>Awestruct::Page{ 67081500: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.md"=>Awestruct::Page{ 66816180: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.md"=>Awestruct::Page{ 66460640: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.md"=>Awestruct::Page{ 66211780: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.md"=>Awestruct::Page{ 65938400: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.md"=>Awestruct::Page{ 65582920: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.md"=>Awestruct::Page{ 65318280: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.md"=>Awestruct::Page{ 64954320: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.md"=>Awestruct::Page{ 64615720: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.md"=>Awestruct::Page{ 64424220: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.md"=>Awestruct::Page{ 64191320: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.md"=>Awestruct::Page{ 63982740: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.md"=>Awestruct::Page{ 63734120: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.md"=>Awestruct::Page{ 63460360: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.md"=>Awestruct::Page{ 59475820: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.md"=>Awestruct::Page{ 58644820: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.md"=>Awestruct::Page{ 58281320: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.md"=>Awestruct::Page{ 58065660: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.md"=>Awestruct::Page{ 57800760: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.md"=>Awestruct::Page{ 57601280: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.md"=>Awestruct::Page{ 57352520: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.md"=>Awestruct::Page{ 57210160: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.md"=>Awestruct::Page{ 56969920: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.md"=>Awestruct::Page{ 56679980: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.md"=>Awestruct::Page{ 56513400: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.md"=>Awestruct::Page{ 56288760: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.md"=>Awestruct::Page{ 56014720: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.md"=>Awestruct::Page{ 55888820: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.md"=>Awestruct::Page{ 55648100: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.md"=>Awestruct::Page{ 55391240: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.md"=>Awestruct::Page{ 55265500: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.md"=>Awestruct::Page{ 55008160: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.md"=>Awestruct::Page{ 54874460: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.md"=>Awestruct::Page{ 54650480: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.md"=>Awestruct::Page{ 54385360: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.md"=>Awestruct::Page{ 54234940: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.md"=>Awestruct::Page{ 53904420: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.md"=>Awestruct::Page{ 53745720: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.md"=>Awestruct::Page{ 53521720: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.md"=>Awestruct::Page{ 53363040: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.md"=>Awestruct::Page{ 53032420: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.md"=>Awestruct::Page{ 52922520: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.md"=>Awestruct::Page{ 52780040: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.md"=>Awestruct::Page{ 52604520: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.md"=>Awestruct::Page{ 52462140: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.md"=>Awestruct::Page{ 52311200: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.md"=>Awestruct::Page{ 52152680: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.md"=>Awestruct::Page{ 44538860: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.md"=>Awestruct::Page{ 44159020: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.md"=>Awestruct::Page{ 48391200: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.md"=>Awestruct::Page{ 47757080: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.md"=>Awestruct::Page{ 47065860: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.md"=>Awestruct::Page{ 46562840: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.md"=>Awestruct::Page{ 45864080: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.md"=>Awestruct::Page{ 45025760: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.md"=>Awestruct::Page{ 48143880: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.md"=>Awestruct::Page{ 46519120: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.md"=>Awestruct::Page{ 67979140: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.md"=>Awestruct::Page{ 67608120: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.md"=>Awestruct::Page{ 67294780: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.md"=>Awestruct::Page{ 66965540: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.md"=>Awestruct::Page{ 66587140: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.md"=>Awestruct::Page{ 66233280: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.md"=>Awestruct::Page{ 65928280: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.md"=>Awestruct::Page{ 65590840: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.md"=>Awestruct::Page{ 65212300: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.md"=>Awestruct::Page{ 64849880: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.md"=>Awestruct::Page{ 64673220: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.md"=>Awestruct::Page{ 64260440: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.md"=>Awestruct::Page{ 63956720: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.md"=>Awestruct::Page{ 63602820: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.md"=>Awestruct::Page{ 63306240: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.md"=>Awestruct::Page{ 63213900: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.md"=>Awestruct::Page{ 63120960: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.md"=>Awestruct::Page{ 63020140: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.md"=>Awestruct::Page{ 62919900: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.md"=>Awestruct::Page{ 62828080: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.md"=>Awestruct::Page{ 62735240: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.md"=>Awestruct::Page{ 62635320: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.md"=>Awestruct::Page{ 62534520: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.md"=>Awestruct::Page{ 62441940: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.md"=>Awestruct::Page{ 62350440: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.md"=>Awestruct::Page{ 62258000: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.md"=>Awestruct::Page{ 62149180: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.md"=>Awestruct::Page{ 62056600: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.md"=>Awestruct::Page{ 61956360: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.md"=>Awestruct::Page{ 61872660: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.md"=>Awestruct::Page{ 61764020: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.md"=>Awestruct::Page{ 61671660: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.md"=>Awestruct::Page{ 61579440: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.md"=>Awestruct::Page{ 61478240: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.md"=>Awestruct::Page{ 61378080: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.md"=>Awestruct::Page{ 61294120: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.md"=>Awestruct::Page{ 61185240: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.md"=>Awestruct::Page{ 61093080: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.md"=>Awestruct::Page{ 61001140: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.md"=>Awestruct::Page{ 60900460: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.md"=>Awestruct::Page{ 60799220: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.md"=>Awestruct::Page{ 60706560: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.md"=>Awestruct::Page{ 60614820: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.md"=>Awestruct::Page{ 60514440: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.md"=>Awestruct::Page{ 60414060: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.md"=>Awestruct::Page{ 60305660: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.md"=>Awestruct::Page{ 60213400: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.md"=>Awestruct::Page{ 60112500: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.md"=>Awestruct::Page{ 60020240: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.md"=>Awestruct::Page{ 59919400: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.md"=>Awestruct::Page{ 59826980: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.md"=>Awestruct::Page{ 59725820: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.md"=>Awestruct::Page{ 59634120: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.md"=>Awestruct::Page{ 59541440: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.md"=>Awestruct::Page{ 59335460: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.md"=>Awestruct::Page{ 59226500: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.md"=>Awestruct::Page{ 59125700: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.md"=>Awestruct::Page{ 59033100: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.md"=>Awestruct::Page{ 58932640: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.md"=>Awestruct::Page{ 58840440: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.md"=>Awestruct::Page{ 58510440: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.md"=>Awestruct::Page{ 58417780: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.md"=>Awestruct::Page{ 58178460: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.md"=>Awestruct::Page{ 57874740: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.md"=>Awestruct::Page{ 57480160: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.md"=>Awestruct::Page{ 57134860: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.md"=>Awestruct::Page{ 56822420: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.md"=>Awestruct::Page{ 56518440: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.md"=>Awestruct::Page{ 56157560: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.md"=>Awestruct::Page{ 55754780: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.md"=>Awestruct::Page{ 55434200: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.md"=>Awestruct::Page{ 55105820: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.md"=>Awestruct::Page{ 54752560: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.md"=>Awestruct::Page{ 54440260: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.md"=>Awestruct::Page{ 53824580: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.md"=>Awestruct::Page{ 53045660: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.md"=>Awestruct::Page{ 52578060: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.md"=>Awestruct::Page{ 52060860: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.md"=>Awestruct::Page{ 45154200: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.md"=>Awestruct::Page{ 48636220: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.md"=>Awestruct::Page{ 48145160: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.md"=>Awestruct::Page{ 47637660: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.md"=>Awestruct::Page{ 47146560: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.md"=>Awestruct::Page{ 46778320: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.md"=>Awestruct::Page{ 46287220: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.md"=>Awestruct::Page{ 45558540: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.md"=>Awestruct::Page{ 45042880: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code.adoc"=>Awestruct::Page{ 46279260: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html.haml"=>Awestruct::Page{ 45684540: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines.adoc"=>Awestruct::Page{ 44389720: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins.html.haml"=>Awestruct::Page{ 43345340: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 42619280: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press.adoc"=>Awestruct::Page{ 43015260: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean.adoc"=>Awestruct::Page{ 29361040: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc.adoc"=>Awestruct::Page{ 28718400: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.adoc"=>Awestruct::Page{ 28107760: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot.adoc"=>Awestruct::Page{ 27490960: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure.adoc"=>Awestruct::Page{ 26706880: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest.html.haml"=>Awestruct::Page{ 26481540: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam.adoc"=>Awestruct::Page{ 26139080: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.md"=>Awestruct::Page{ 25824360: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs.adoc"=>Awestruct::Page{ 25719200: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout.adoc"=>Awestruct::Page{ 25589980: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins.adoc"=>Awestruct::Page{ 25374640: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144.adoc"=>Awestruct::Page{ 24936000: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security.adoc"=>Awestruct::Page{ 24430960: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 19395780: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 17471560: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 17451660: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 19601300: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 19534520: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 19438680: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 19339760: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 19310860: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 18871980: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 18963160: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 19080620: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 18794440: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 18821420: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 18774440: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 18755780: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 18699960: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 18662340: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 18634520: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 18615780: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 18587940: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 18546600: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 18524000: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 18488340: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 18460660: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 18442000: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 18413680: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 18389780: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 18373660: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 18348920: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 18333280: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 18301220: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 18264480: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 18235400: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 18208200: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 18181640: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 18131580: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 18061940: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 18018460: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 17957780: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 17943180: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 17874360: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 17820860: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 17771220: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 17718780: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 17660840: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 17639680: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 17512600: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 17485180: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 17424580: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 17342680: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 17286480: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 17203980: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 13203960: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 13114460: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 13075700: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 12984400: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 12932740: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 12506840: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 12413940: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 12220240: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 12181640: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 12077100: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 11974540: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 11812340: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 11691540: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 11522180: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 9903520: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 9817980: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 9645880: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 9435120: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 9348980: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 9140260: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 9114600: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 9075340: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 8467920: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 8339040: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 8225520: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 8030740: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 7895520: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 7871340: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 7597140: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 7802300: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 7742660: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 6791780: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 6700260: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 39610960: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 41184540: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 42913660: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 39834200: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 39548080: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 40228740: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 42719720: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 41114820: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 41148200: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 41140660: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 41870480: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 42051320: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 41675100: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 41364540: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 41553560: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 42021120: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 41014240: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 41023040: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 41449640: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 41458560: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 42171860: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 42164440: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 41943860: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 43140620: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 43149420: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 43428680: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 43437480: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 43446400: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 43627240: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 43635920: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 43644500: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 42989860: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 42998660: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 43007600: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 43000060: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 43017180: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 42346060: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 42354980: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 42371960: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 42380760: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 42389700: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 43684640: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 43693560: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 43702380: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 43719500: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 43728420: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 43721000: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 42607500: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 42624620: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 42633440: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 42642360: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 42659340: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 42668260: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 42677080: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 43218480: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 43227280: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 43236080: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 43253200: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 43245660: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 43254460: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 43263380: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 43280380: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 42437220: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 42446140: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 42463140: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 42472080: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 42480880: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 42497860: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 42506780: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 42515600: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 43843440: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 43835900: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 43844700: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 43853620: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 43870620: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 43879540: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 43888460: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 43905460: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 43914380: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 43923180: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 43325780: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 43334720: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 43343520: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 43336100: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 43353200: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 43362000: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 43370940: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 43388060: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 43396860: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 43405660: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 43496520: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 43505320: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 43514240: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 43531240: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 43540180: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 43532640: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 43541440: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 43558540: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 43567340: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 43576280: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 43593280: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 42193180: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 42201980: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 42218980: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 42227920: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 42236720: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 42253700: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 42246280: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 42255080: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 42264020: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 42281020: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 42289940: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 42298740: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 43954140: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 43963060: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 43971860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 43988860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 43997780: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 44006580: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 44023580: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 44016160: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 44024980: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 44033900: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 44050880: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 44059800: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 44068620: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 44085620: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 44094540: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 44103340: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 45414680: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 46005240: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 46833240: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 46825700: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 46867400: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 47498800: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 48294160: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 44329840: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 45338200: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 45387960: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 45642640: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 45913600: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 45955180: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 45783880: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 46456240: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 46448700: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 46506760: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 47113700: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 47163460: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 47385260: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 47648140: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 47706100: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 47919720: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 48190780: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 48510880: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 44292740: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 44326120: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 44359620: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 44352080: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 44664100: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 44697480: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 44968560: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 45034700: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 45313960: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 45347340: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 45438060: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 45471560: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 45488540: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 45661300: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 45727460: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 45720040: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 45565120: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 45901720: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 45935100: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 45968600: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 46067640: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 45756960: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 46249200: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 46315460: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 46389920: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 46431480: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 46555080: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 46547540: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 46589220: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 46630780: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 46746200: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 46787780: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 46092200: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 46174740: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 46904560: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 46938060: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 47061680: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 47103380: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 47095960: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 47137540: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 47252960: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 47302740: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 47377080: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 47459740: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 47534080: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 47575760: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 47699240: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 47740920: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 47782480: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 47897780: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 47890560: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 47932460: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 48099060: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 48737820: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 44311200: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 44684700: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 45013500: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 45362480: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 45551040: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 45713400: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 46305960: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 46678560: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 46835020: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 46884980: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 47094360: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 47604980: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 47795260: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 47839440: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 47881760: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 48005340: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 48030840: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 48048160: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 48090040: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 48107340: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 48116460: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 48158360: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 48167500: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android.adoc"=>Awestruct::Page{ 54900820: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c.adoc"=>Awestruct::Page{ 47003220: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker.adoc"=>Awestruct::Page{ 66169900: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded.adoc"=>Awestruct::Page{ 67665240: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github.adoc"=>Awestruct::Page{ 45698360: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java.adoc"=>Awestruct::Page{ 55222220: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline.adoc"=>Awestruct::Page{ 58815520: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python.adoc"=>Awestruct::Page{ 52442080: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby.adoc"=>Awestruct::Page{ 47394120: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 63829940: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 65419060: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "/../../../../../.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml"=>Awestruct::Page{ 58466920: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html.haml"=>Awestruct::Page{ 60029160: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/_ext/atom.xml.haml"=>Awestruct::Page{ 57837640: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/_layouts/chapter.html.haml"=>Awestruct::Page{ 9652760: output_path=>/_layouts/chapter.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/chapter.html.haml, layout=>documentation }, "/_layouts/default.html.haml"=>Awestruct::Page{ 9379200: output_path=>/_layouts/default.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/default.html.haml, layout=>frame }, "/_layouts/documentation.html.haml"=>Awestruct::Page{ 9130480: output_path=>/_layouts/documentation.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/documentation.html.haml, layout=>default }, "/_layouts/frame.html.haml"=>Awestruct::Page{ 9077220: output_path=>/_layouts/frame.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/frame.html.haml, layout=> }, "/_layouts/post.html.haml"=>Awestruct::Page{ 8387240: output_path=>/_layouts/post.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/post.html.haml, layout=>default }, "/_layouts/project.html.haml"=>Awestruct::Page{ 8291980: output_path=>/_layouts/project.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/project.html.haml, layout=>default }, "/_layouts/refresh.html.haml"=>Awestruct::Page{ 8195360: output_path=>/_layouts/refresh.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/refresh.html.haml, layout=> }, "/_layouts/section.html.haml"=>Awestruct::Page{ 7891520: output_path=>/_layouts/section.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/section.html.haml, layout=>documentation }, "/_layouts/simplepage.html.haml"=>Awestruct::Page{ 7858500: output_path=>/_layouts/simplepage.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/simplepage.html.haml, layout=>default }, "/_layouts/solution.html.haml"=>Awestruct::Page{ 7789820: output_path=>/_layouts/solution.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/solution.html.haml, layout=>frame }}>, :pages_by_output_path=>AStruct<{"/100k/index.html"=>Awestruct::Page{ 19399420: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0/index.html"=>Awestruct::Page{ 19483020: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account/index.html"=>Awestruct::Page{ 24864720: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 25473760: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 25587460: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 25570540: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 25627240: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 25670460: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 26402060: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 26464160: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 26559180: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 26709240: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 27067320: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 27392020: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 27696820: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 28033800: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 28439040: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 28760100: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 29000340: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 29361300: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 29377220: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 29625540: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 29609200: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 29426060: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 29392640: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 29307460: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 27447000: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 27351840: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 27262140: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 25264520: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 24883840: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 24844460: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 24813740: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 24768200: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 24722760: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 24692420: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 24654660: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 24616440: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 24587300: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 24527480: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 24482740: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 24453860: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 24415880: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 24377140: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 24347620: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 24307340: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 24266360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 24226540: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 24195580: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 24148280: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 24096560: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 24050980: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 24021240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 23982520: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 23953660: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 23909200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 23880660: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 23834140: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 19686780: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 19650340: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 19622420: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 19595200: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 19575560: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 19547280: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 19517060: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 19486560: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 19453360: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 19424080: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 19392300: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 19356780: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 19325540: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 17470440: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 18874080: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 18689980: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 18541560: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 18405900: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 17801060: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 17263360: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 12928180: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 12395840: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 11920620: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 9840440: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 9331080: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 8410100: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 7887580: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 7736080: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 29701180: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 29582400: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 29472420: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 29361780: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 29249700: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 29129360: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 28990020: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 28886760: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 28778620: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 28399860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 28306260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 28168460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 28064980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 27955720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 27826200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 27751820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 27660760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 27561040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 27470960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 27353020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 27217980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 27076420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 26772660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 26727140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 26681140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 26635760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 26590640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 26546720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 26499120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 26452360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 26405080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 26357960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 26295660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 26232740: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 26163800: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 26108940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 26037880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 25968440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 25906820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 25837400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 25785280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 25733080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 25671380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 25617720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 25530360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 25446320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 25346500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 25225680: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 24880380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 24679260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 24506060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 24325000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 24123280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 23932500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 19641440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 19495840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 19332000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 19598500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 19315440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 19064080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 18746120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 18614040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 18523320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 18414640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 18335400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 18211780: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 18093660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 17894400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 17668900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 17445480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 17206840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 13524480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 12994340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 12708540: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 12252420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 11880360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 9875020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 9349760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 8506420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 7902520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 7752440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 29380220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 29607140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 29478340: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 29250080: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 29141760: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 29042400: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 28923720: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 28833460: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 28718040: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 28619640: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 28519480: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 28400760: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 28309220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 28182480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 28079840: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 27980820: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 27835320: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 27787860: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 27689780: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 27601360: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 27511700: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 27412480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 27253600: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 27150640: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 27048980: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 26753500: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 26709920: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 26649480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 26604380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 26561200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 26513840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 26468640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 26423120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 26378680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 26323540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 26260920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 26199320: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 26128540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 26067720: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 26005920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 25944500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 25875960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 25815260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 25755220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 25702360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 25641180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 25587640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 25510940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 25376360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 25302860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 24988780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 24790440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 24608840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 24430020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 24250360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 24044200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 23858340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 19585560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 19441520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 17520180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 19497480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 18866780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 18818180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 18671760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 18582060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 18482660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 18386820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 18302480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 18183740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 18031740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 17824200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 17645460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 17348960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 17164240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 13414160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 12963100: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 12639340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 12190080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 11790220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 9801600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 9155040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 8355060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 7885160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 7729400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 29700540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 29581820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 29471880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 29362900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 29252760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 29142820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 29041060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 28919680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 28828780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 28694780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 28602540: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 28472940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 28379980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 28252940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 28148920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 28036700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 27916840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 27806800: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 27740920: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 27634420: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 27536500: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 27444720: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 27346880: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 27202800: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 27072920: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 26769200: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 26725780: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 26681460: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 26637100: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 26593020: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 26550440: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 26491520: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 26410160: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 26354120: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 26176740: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 26087940: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 25957580: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 25823220: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 25644700: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 25522500: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 25298740: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 24818960: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 24428980: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 24398100: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 24352500: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 24313140: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 24272600: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 24230460: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 24207920: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 24168940: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 24074320: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 19349980: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/02/02/welcome-to-continuous-blog/index.html"=>Awestruct::Page{ 18540020: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/02/08/breaking-hudson-1-345-released/index.html"=>Awestruct::Page{ 18168720: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/02/08/hudson-1-344-released/index.html"=>Awestruct::Page{ 17346400: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/02/08/incoming-more-translations/index.html"=>Awestruct::Page{ 12684620: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html"=>Awestruct::Page{ 9413460: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html"=>Awestruct::Page{ 6718200: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/02/11/spotlight-on-ita-software/index.html"=>Awestruct::Page{ 29338520: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/02/12/this-week-in-plugins/index.html"=>Awestruct::Page{ 28916400: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/14/thanks-for-the-help/index.html"=>Awestruct::Page{ 28497620: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/02/15/hudson-1-346-released/index.html"=>Awestruct::Page{ 28080940: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/02/16/performance-improvements-in-1-346/index.html"=>Awestruct::Page{ 27691140: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html"=>Awestruct::Page{ 27259760: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/02/18/spotlight-on-visfleet/index.html"=>Awestruct::Page{ 26714800: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/02/19/this-week-in-plugins/index.html"=>Awestruct::Page{ 26535180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/22/hudson-1-347-released/index.html"=>Awestruct::Page{ 26359880: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html"=>Awestruct::Page{ 26119620: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/02/24/hudson-at-pycon/index.html"=>Awestruct::Page{ 25878920: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/02/25/links-for-2010-02-24/index.html"=>Awestruct::Page{ 25663840: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html"=>Awestruct::Page{ 25352320: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/02/25/spotlight-on-springsource/index.html"=>Awestruct::Page{ 24574340: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/02/26/links-for-2010-02-25/index.html"=>Awestruct::Page{ 23835280: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/02/26/this-week-in-plugins/index.html"=>Awestruct::Page{ 19534100: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/01/hudson-1-348-released/index.html"=>Awestruct::Page{ 18593900: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 18207000: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/03/02/call-for-testers-the-older-the-better/index.html"=>Awestruct::Page{ 17488340: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html"=>Awestruct::Page{ 12869420: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/03/05/links-for-2010-03-04/index.html"=>Awestruct::Page{ 9802920: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html"=>Awestruct::Page{ 7769980: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/03/07/this-week-in-plugins/index.html"=>Awestruct::Page{ 29393560: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/08/hudson-1-349-released/index.html"=>Awestruct::Page{ 29005860: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 28599760: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/03/09/one-month-of-continuous-blog/index.html"=>Awestruct::Page{ 28154140: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/03/12/links-for-2010-03-12/index.html"=>Awestruct::Page{ 27752440: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/03/12/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 27389700: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/03/13/this-week-in-plugins/index.html"=>Awestruct::Page{ 26749520: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/14/would-you-like-to-ok/index.html"=>Awestruct::Page{ 26577900: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/03/15/breaking-hudson-1-351-released/index.html"=>Awestruct::Page{ 26406840: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/03/15/hudson-1-350-released/index.html"=>Awestruct::Page{ 26185640: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/03/16/slaves-building-robots/index.html"=>Awestruct::Page{ 25944860: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/03/19/get-excited-and-make-things/index.html"=>Awestruct::Page{ 25713980: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/03/19/links-for-2010-03-19/index.html"=>Awestruct::Page{ 25447000: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/03/19/recap-of-hackathon-part-one/index.html"=>Awestruct::Page{ 24740760: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/03/22/hudson-1-352-released/index.html"=>Awestruct::Page{ 24024020: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/03/23/links-for-2010-03-23/index.html"=>Awestruct::Page{ 18854900: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/03/27/this-week-in-plugins/index.html"=>Awestruct::Page{ 18691220: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/30/resurgence-of-releng/index.html"=>Awestruct::Page{ 18320760: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/03/31/hudson-1-353-released/index.html"=>Awestruct::Page{ 17683560: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html"=>Awestruct::Page{ 13088040: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html"=>Awestruct::Page{ 11607540: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/04/01/regarding-the-start-of-april/index.html"=>Awestruct::Page{ 7888480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/04/07/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 29482360: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/04/12/pre-tested-commits-with-git/index.html"=>Awestruct::Page{ 29087580: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/04/16/a-new-blog-for-kohsuke/index.html"=>Awestruct::Page{ 28674860: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/04/16/hudson-1-354-released/index.html"=>Awestruct::Page{ 28251840: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/04/24/hudson-1-355-released/index.html"=>Awestruct::Page{ 27820940: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/06/09/welcome-to-hudson-labs/index.html"=>Awestruct::Page{ 27472560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 27020360: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html"=>Awestruct::Page{ 26609080: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/06/14/hudson-1-362-released/index.html"=>Awestruct::Page{ 26437240: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/06/22/hudson-1-363-released/index.html"=>Awestruct::Page{ 26228920: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/06/23/stickers-starting-to-arrive/index.html"=>Awestruct::Page{ 25981740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/06/28/digg-technical-talk/index.html"=>Awestruct::Page{ 25749300: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html"=>Awestruct::Page{ 25514260: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/07/05/links-for-2010-07-05/index.html"=>Awestruct::Page{ 24845700: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html"=>Awestruct::Page{ 24149340: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/07/06/security-fix-hudson-1-365-released/index.html"=>Awestruct::Page{ 19394660: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/07/07/gee-thanks/index.html"=>Awestruct::Page{ 18778920: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 18371820: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/07/12/updated-chrome-extension/index.html"=>Awestruct::Page{ 17798180: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/07/13/monitor-hudson-from-your-android/index.html"=>Awestruct::Page{ 13445760: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html"=>Awestruct::Page{ 11972340: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html"=>Awestruct::Page{ 8222520: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/07/27/hudson-1-368-released/index.html"=>Awestruct::Page{ 29547300: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html"=>Awestruct::Page{ 29141220: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html"=>Awestruct::Page{ 28715360: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html"=>Awestruct::Page{ 28307060: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/08/11/quiet-period-feature/index.html"=>Awestruct::Page{ 27835520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html"=>Awestruct::Page{ 27513620: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/08/17/hudson-1-372-sets-sail/index.html"=>Awestruct::Page{ 27060340: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/08/17/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 26627940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 26452800: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html"=>Awestruct::Page{ 26255840: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html"=>Awestruct::Page{ 26008920: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/08/30/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 25775540: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html"=>Awestruct::Page{ 25531160: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 24911560: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 24211780: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/09/04/hudson-events-calendar/index.html"=>Awestruct::Page{ 19443060: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html"=>Awestruct::Page{ 19159240: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html"=>Awestruct::Page{ 18387660: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/09/17/javaone-taking-shape/index.html"=>Awestruct::Page{ 17874780: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html"=>Awestruct::Page{ 17046880: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 12021380: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/09/20/tweet-of-the-day/index.html"=>Awestruct::Page{ 8234620: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/09/21/javaone-day-one-in-pictures/index.html"=>Awestruct::Page{ 29568360: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 29147460: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html"=>Awestruct::Page{ 28719600: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/09/22/javaone-day-two-in-pictures/index.html"=>Awestruct::Page{ 28312640: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html"=>Awestruct::Page{ 27842680: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/11/23/java-net-migration-status-update/index.html"=>Awestruct::Page{ 27516280: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/11/23/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 27060820: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/11/30/whos-driving-this-thing/index.html"=>Awestruct::Page{ 26626780: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/12/01/a-brief-update/index.html"=>Awestruct::Page{ 26440220: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html"=>Awestruct::Page{ 26230900: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 25963720: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/01/11/hudsons-future/index.html"=>Awestruct::Page{ 25737060: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/01/29/jenkins/index.html"=>Awestruct::Page{ 25452320: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/02/04/governance-meeting-today/index.html"=>Awestruct::Page{ 24745840: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/02/04/the-first-24-hours-in-downloads/index.html"=>Awestruct::Page{ 24023700: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/02/05/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 18950000: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html"=>Awestruct::Page{ 18689580: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/03/03/updated-usage-stats-available/index.html"=>Awestruct::Page{ 18308780: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/03/13/jenkins-hits-1-400/index.html"=>Awestruct::Page{ 17667200: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html"=>Awestruct::Page{ 13069620: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/03/23/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 11427940: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 7593740: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html"=>Awestruct::Page{ 29429380: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/04/14/jenkins-new-look/index.html"=>Awestruct::Page{ 29039140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html"=>Awestruct::Page{ 28617260: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html"=>Awestruct::Page{ 28171840: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/05/12/the-state-of-the-jenkins-project/index.html"=>Awestruct::Page{ 27768560: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html"=>Awestruct::Page{ 27393200: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html"=>Awestruct::Page{ 26750660: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/06/09/a-big-thanks-to-rackspace/index.html"=>Awestruct::Page{ 26576760: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html"=>Awestruct::Page{ 26399840: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/06/16/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 26175640: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html"=>Awestruct::Page{ 25927580: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/07/18/mirror-mirror-on-the-wall/index.html"=>Awestruct::Page{ 25699600: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/08/08/jenkins-user-conference/index.html"=>Awestruct::Page{ 25379340: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/08/08/jruby-branch-merged/index.html"=>Awestruct::Page{ 24632700: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html"=>Awestruct::Page{ 23911180: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 19629580: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html"=>Awestruct::Page{ 18616440: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/09/19/2011-donation-drive/index.html"=>Awestruct::Page{ 18214180: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html"=>Awestruct::Page{ 17484280: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html"=>Awestruct::Page{ 12754760: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html"=>Awestruct::Page{ 9647280: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/10/21/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 7613120: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/11/03/jenkins-community-survey/index.html"=>Awestruct::Page{ 29367340: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html"=>Awestruct::Page{ 28958780: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/11/07/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 28543880: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 28098440: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html"=>Awestruct::Page{ 27705840: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html"=>Awestruct::Page{ 27260820: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html"=>Awestruct::Page{ 26715780: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 26541640: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html"=>Awestruct::Page{ 26363880: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html"=>Awestruct::Page{ 26123040: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/12/28/adding-diagrams-to-wiki/index.html"=>Awestruct::Page{ 25875720: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html"=>Awestruct::Page{ 25637980: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html"=>Awestruct::Page{ 25306860: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/01/20/highlight-video-from-juc-2011/index.html"=>Awestruct::Page{ 24479980: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/02/02/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 19642140: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 19324680: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/02/21/fosdem-2012-recap/index.html"=>Awestruct::Page{ 18507480: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html"=>Awestruct::Page{ 18092300: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html"=>Awestruct::Page{ 17215160: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 12485860: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/03/26/announcing-the-jenkins-cia/index.html"=>Awestruct::Page{ 9119380: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/04/13/continuous-information-vol-2/index.html"=>Awestruct::Page{ 29675240: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 29247920: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 28816460: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html"=>Awestruct::Page{ 28381160: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html"=>Awestruct::Page{ 27930940: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html"=>Awestruct::Page{ 27559640: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/07/23/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 27079960: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html"=>Awestruct::Page{ 26639700: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html"=>Awestruct::Page{ 26462440: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html"=>Awestruct::Page{ 26260140: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html"=>Awestruct::Page{ 26011320: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/09/12/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 25763100: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html"=>Awestruct::Page{ 25517860: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html"=>Awestruct::Page{ 24817260: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/09/26/dinner-after-juc/index.html"=>Awestruct::Page{ 24092720: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/09/26/jenkins-sessions-at-javaone/index.html"=>Awestruct::Page{ 19329280: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/09/28/saturday-night-drink-up/index.html"=>Awestruct::Page{ 18702040: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/09/28/take-the-jenkins-survey/index.html"=>Awestruct::Page{ 18322640: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html"=>Awestruct::Page{ 17662660: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/11/15/fundraising-for-travel-grant/index.html"=>Awestruct::Page{ 12986500: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html"=>Awestruct::Page{ 9903260: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 7819040: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 29394480: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/12/19/los-altos-hackathon-this-friday/index.html"=>Awestruct::Page{ 29000520: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html"=>Awestruct::Page{ 28575640: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/12/25/jenkins-meet-up/index.html"=>Awestruct::Page{ 28126580: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html"=>Awestruct::Page{ 27696120: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html"=>Awestruct::Page{ 27256780: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/01/30/jenkins-hits-1-500/index.html"=>Awestruct::Page{ 26706380: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 26530800: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html"=>Awestruct::Page{ 26349380: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html"=>Awestruct::Page{ 26098400: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/04/25/munich-hackathon/index.html"=>Awestruct::Page{ 25847200: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html"=>Awestruct::Page{ 25623480: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html"=>Awestruct::Page{ 25236160: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 24378080: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 19551640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 19127980: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 18427760: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 17952860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/07/24/faster-slave-classloading/index.html"=>Awestruct::Page{ 17070320: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html"=>Awestruct::Page{ 12098660: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 8332120: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html"=>Awestruct::Page{ 29569280: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 29141020: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/09/09/loader-io-plugin-developer-interview/index.html"=>Awestruct::Page{ 28713700: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 28255820: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 27810400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/09/23/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 27446320: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/09/23/literate-builds-wtf/index.html"=>Awestruct::Page{ 26768600: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 26574400: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/10/09/meet-the-community-in-juc/index.html"=>Awestruct::Page{ 26393420: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html"=>Awestruct::Page{ 26157100: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/11/08/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 25902840: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/11/17/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 25672560: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 25351420: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html"=>Awestruct::Page{ 24546020: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html"=>Awestruct::Page{ 19675300: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html"=>Awestruct::Page{ 19320580: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/01/25/jenkins-at-fosdem-2014/index.html"=>Awestruct::Page{ 18465960: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/03/19/jenkins-user-conferences-this-year/index.html"=>Awestruct::Page{ 18021260: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 17163760: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 12196060: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html"=>Awestruct::Page{ 8443900: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/04/09/more-scalable-slaves/index.html"=>Awestruct::Page{ 29606260: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/04/11/infoq-ci-survey-2014/index.html"=>Awestruct::Page{ 29151840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html"=>Awestruct::Page{ 28731360: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 28309940: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/04/16/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 27830000: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/04/18/come-join-the-infra-team/index.html"=>Awestruct::Page{ 27484840: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/04/24/juc-agenda-posted/index.html"=>Awestruct::Page{ 27018180: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html"=>Awestruct::Page{ 26600000: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html"=>Awestruct::Page{ 26420440: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/05/27/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 26198940: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/05/30/adopt-a-plugin/index.html"=>Awestruct::Page{ 25943500: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html"=>Awestruct::Page{ 25703280: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 25377780: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html"=>Awestruct::Page{ 24614280: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 23881520: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html"=>Awestruct::Page{ 19529740: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 18576940: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html"=>Awestruct::Page{ 18167720: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html"=>Awestruct::Page{ 17309640: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 12601920: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/06/20/juc-boston-what-a-day/index.html"=>Awestruct::Page{ 9148600: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/07/01/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 29699020: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 29262440: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/07/03/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 28833640: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 28396100: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/07/03/juc-berlin-summary/index.html"=>Awestruct::Page{ 27952640: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html"=>Awestruct::Page{ 27558760: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html"=>Awestruct::Page{ 27075160: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 26635220: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/07/18/juc-israel-report/index.html"=>Awestruct::Page{ 26454800: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html"=>Awestruct::Page{ 26238660: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/07/30/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 25985500: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/08/11/user-interface-refresh/index.html"=>Awestruct::Page{ 25743700: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 25465580: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/08/12/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 24722500: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/08/28/juc-sf-2014-is-here/index.html"=>Awestruct::Page{ 23979480: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/08/28/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 19666320: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html"=>Awestruct::Page{ 18622320: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 18209220: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/09/24/jenkins-in-javaone-2014/index.html"=>Awestruct::Page{ 17447560: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 12715540: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html"=>Awestruct::Page{ 9392260: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 29715300: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html"=>Awestruct::Page{ 29294540: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html"=>Awestruct::Page{ 28854480: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 28433000: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/12/03/workflow-plugin-is-1-0/index.html"=>Awestruct::Page{ 27982740: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/12/17/breakingbuilds/index.html"=>Awestruct::Page{ 27571940: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html"=>Awestruct::Page{ 27071720: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html"=>Awestruct::Page{ 26629300: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html"=>Awestruct::Page{ 26446380: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 26227320: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/02/24/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 25965260: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/02/25/100k-celebration-podcast/index.html"=>Awestruct::Page{ 25731760: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html"=>Awestruct::Page{ 25446540: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 24680960: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 23933640: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/03/25/registration-for-juc-2015-is-open/index.html"=>Awestruct::Page{ 19629700: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/04/06/confluence-migration-this-weekend/index.html"=>Awestruct::Page{ 18597020: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/04/06/good-bye-java6/index.html"=>Awestruct::Page{ 18184860: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 17350740: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 12665660: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/04/24/jira-migration-this-weekend/index.html"=>Awestruct::Page{ 9157400: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 29378140: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html"=>Awestruct::Page{ 29264480: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 28832540: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html"=>Awestruct::Page{ 28383760: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 27928600: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html"=>Awestruct::Page{ 27524460: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html"=>Awestruct::Page{ 27061680: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html"=>Awestruct::Page{ 26618360: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 26435060: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html"=>Awestruct::Page{ 26207660: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html"=>Awestruct::Page{ 25951100: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html"=>Awestruct::Page{ 25709480: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 25382960: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html"=>Awestruct::Page{ 24628820: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html"=>Awestruct::Page{ 23884560: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/07/23/office-hours-are-back/index.html"=>Awestruct::Page{ 19471480: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 18559500: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 18159880: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html"=>Awestruct::Page{ 17288160: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html"=>Awestruct::Page{ 12507140: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 9119620: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html"=>Awestruct::Page{ 29671880: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html"=>Awestruct::Page{ 29215220: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html"=>Awestruct::Page{ 28811740: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html"=>Awestruct::Page{ 28353480: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html"=>Awestruct::Page{ 27884080: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html"=>Awestruct::Page{ 27515720: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 27045120: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html"=>Awestruct::Page{ 26612720: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html"=>Awestruct::Page{ 26428180: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html"=>Awestruct::Page{ 26205260: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html"=>Awestruct::Page{ 25948820: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/08/25/announcing-the-travel-grant-program/index.html"=>Awestruct::Page{ 25703720: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html"=>Awestruct::Page{ 25377260: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 24588780: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html"=>Awestruct::Page{ 23833840: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 19432080: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/09/01/take-the-2015-jenkins-survey/index.html"=>Awestruct::Page{ 18532420: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 18130580: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html"=>Awestruct::Page{ 17214340: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html"=>Awestruct::Page{ 12415340: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/09/29/gui-improvements-on-the-horizon/index.html"=>Awestruct::Page{ 9081360: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/09/30/bay-area-jam/index.html"=>Awestruct::Page{ 29610180: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html"=>Awestruct::Page{ 29151900: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 28719240: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/10/09/cooking-up-jams/index.html"=>Awestruct::Page{ 28259020: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 27810840: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html"=>Awestruct::Page{ 27426420: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html"=>Awestruct::Page{ 26756900: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html"=>Awestruct::Page{ 26572040: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 26385120: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html"=>Awestruct::Page{ 26135060: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/11/01/adopt-a-plugin/index.html"=>Awestruct::Page{ 25877220: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 25642140: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/11/04/jenkins-and-docker/index.html"=>Awestruct::Page{ 25302420: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html"=>Awestruct::Page{ 24885760: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/11/06/october-jams/index.html"=>Awestruct::Page{ 24121880: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html"=>Awestruct::Page{ 19332860: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/11/16/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 18698180: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/12/02/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 18285960: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html"=>Awestruct::Page{ 17526180: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/12/09/security-updates-released-today/index.html"=>Awestruct::Page{ 12737600: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html"=>Awestruct::Page{ 9443100: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 29720160: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 29305540: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 28853960: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 28428840: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html"=>Awestruct::Page{ 27958380: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 27563240: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/01/04/jenkins-at-scale14x/index.html"=>Awestruct::Page{ 26437780: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/01/05/new-website/index.html"=>Awestruct::Page{ 26157160: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/01/07/official-code-of-conduct/index.html"=>Awestruct::Page{ 25848160: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/01/10/beautiful-jenkins-dashboard/index.html"=>Awestruct::Page{ 25575560: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/01/26/office-hour-javascript-development/index.html"=>Awestruct::Page{ 24771740: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/01/27/jenkins-world-call-for-papers/index.html"=>Awestruct::Page{ 23861880: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/02/06/scale14x-conference-report/index.html"=>Awestruct::Page{ 18868200: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/02/19/january-2016-sf-jam/index.html"=>Awestruct::Page{ 18377820: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/02/24/jenkins-security-update/index.html"=>Awestruct::Page{ 17735240: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/02/29/jenkins2-alphas/index.html"=>Awestruct::Page{ 12960960: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/03/02/toulousejam-hackergarten/index.html"=>Awestruct::Page{ 9153380: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/03/03/gsoc2016-announcement/index.html"=>Awestruct::Page{ 29654340: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/03/11/new-jenkins-20-preview/index.html"=>Awestruct::Page{ 29144960: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/03/15/jenkins-certification/index.html"=>Awestruct::Page{ 28601920: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/03/18/jenkins-20-test-fest/index.html"=>Awestruct::Page{ 28063140: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/03/21/vjam/index.html"=>Awestruct::Page{ 27568420: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/03/24/jenkins-2-beta-released/index.html"=>Awestruct::Page{ 27068140: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/03/30/usage-statistics-privacy-advisory/index.html"=>Awestruct::Page{ 26594660: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/04/01/march-2016-jam-st-petersburg/index.html"=>Awestruct::Page{ 26352080: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/04/07/2/index.html"=>Awestruct::Page{ 26041400: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/04/07/jenkins-community-survey-results-blog/index.html"=>Awestruct::Page{ 25732440: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html"=>Awestruct::Page{ 25299220: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/04/11/gsoc2016-mentors-call/index.html"=>Awestruct::Page{ 24255120: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/04/11/jenkins-plugins-security-update/index.html"=>Awestruct::Page{ 19394880: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html"=>Awestruct::Page{ 18627020: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/04/14/jenkins-world-registration-is-open/index.html"=>Awestruct::Page{ 18131140: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/04/14/replay-with-pipeline/index.html"=>Awestruct::Page{ 13517000: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/04/15/the-need-for-pipeline/index.html"=>Awestruct::Page{ 9656520: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/04/21/dsl-plugins/index.html"=>Awestruct::Page{ 29653560: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/04/22/pipeline-2/index.html"=>Awestruct::Page{ 29127080: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/04/22/possible-infra-compromise/index.html"=>Awestruct::Page{ 28577300: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/04/26/jenkins-20-is-here/index.html"=>Awestruct::Page{ 28015120: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/05/10/jenkins-20-vjam/index.html"=>Awestruct::Page{ 27423240: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/05/11/security-update/index.html"=>Awestruct::Page{ 26738940: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html"=>Awestruct::Page{ 26525780: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/05/17/state-of-jam/index.html"=>Awestruct::Page{ 26259340: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/05/18/announcing-azure-partnership/index.html"=>Awestruct::Page{ 25940140: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/05/23/external-workspace-manager-plugin/index.html"=>Awestruct::Page{ 25623200: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/05/25/update-plugin-for-pipeline/index.html"=>Awestruct::Page{ 24742320: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html"=>Awestruct::Page{ 19648920: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/05/26/introducing-blue-ocean/index.html"=>Awestruct::Page{ 19192900: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/05/31/pipeline-snippetizer/index.html"=>Awestruct::Page{ 18306020: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html"=>Awestruct::Page{ 17358620: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html"=>Awestruct::Page{ 12193040: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/06/13/gsoc-usage-stats-analysis/index.html"=>Awestruct::Page{ 7873720: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/06/13/june-jenkins-events/index.html"=>Awestruct::Page{ 29362660: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html"=>Awestruct::Page{ 28829260: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/06/14/jenkins-world-agenda/index.html"=>Awestruct::Page{ 28252400: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/06/15/jenkins-pipeline-scalability/index.html"=>Awestruct::Page{ 27692900: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/06/16/parallel-test-executor-plugin/index.html"=>Awestruct::Page{ 27078960: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html"=>Awestruct::Page{ 26587840: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/06/29/from-freestyle-to-pipeline/index.html"=>Awestruct::Page{ 26302900: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/06/30/ewm-alpha-version/index.html"=>Awestruct::Page{ 25988960: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/07/01/html-publisher-plugin/index.html"=>Awestruct::Page{ 25671920: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/07/07/jenkins-2/index.html"=>Awestruct::Page{ 25234620: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/07/14/2-7-1-re-release/index.html"=>Awestruct::Page{ 24265620: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/07/18/pipline-notifications/index.html"=>Awestruct::Page{ 17453380: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/07/19/blue-ocean-update/index.html"=>Awestruct::Page{ 18491580: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/07/26/join-me-at-jenkinsworld/index.html"=>Awestruct::Page{ 17867640: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html"=>Awestruct::Page{ 12980300: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/08/08/docker-pipeline-environments/index.html"=>Awestruct::Page{ 9129440: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/08/09/ewm-beta-version/index.html"=>Awestruct::Page{ 29503460: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/08/10/rails-cd-with-pipeline/index.html"=>Awestruct::Page{ 28890600: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html"=>Awestruct::Page{ 28353880: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html"=>Awestruct::Page{ 27828660: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html"=>Awestruct::Page{ 27605600: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/08/22/ewm-stable-release/index.html"=>Awestruct::Page{ 27022980: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/08/24/jenkins-world-2016-festivities/index.html"=>Awestruct::Page{ 26552140: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/08/26/ask-the-experts-jenkins-world/index.html"=>Awestruct::Page{ 26288380: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html"=>Awestruct::Page{ 25957240: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/08/29/sauce-pipeline/index.html"=>Awestruct::Page{ 25622420: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/08/30/ask-experts-demos/index.html"=>Awestruct::Page{ 24886640: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html"=>Awestruct::Page{ 23862160: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/01/jenkins-world-contributor-summit/index.html"=>Awestruct::Page{ 18868580: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html"=>Awestruct::Page{ 18363040: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/09/07/pipeline-at-jenkins-world/index.html"=>Awestruct::Page{ 17347740: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/08/continuous-delivery-of-infra/index.html"=>Awestruct::Page{ 12123780: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html"=>Awestruct::Page{ 7879220: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html"=>Awestruct::Page{ 29321880: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/09/20/jom-plugin-development/index.html"=>Awestruct::Page{ 28781240: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html"=>Awestruct::Page{ 28232400: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html"=>Awestruct::Page{ 27674040: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html"=>Awestruct::Page{ 27068840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html"=>Awestruct::Page{ 26569440: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html"=>Awestruct::Page{ 26305240: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/10/16/stage-lock-milestone/index.html"=>Awestruct::Page{ 25966480: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/10/18/jenkins-world-2016-videos/index.html"=>Awestruct::Page{ 25675620: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/10/31/xunit-reporting/index.html"=>Awestruct::Page{ 24906020: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/11/11/monthly-jam-recap-october/index.html"=>Awestruct::Page{ 23931780: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html"=>Awestruct::Page{ 19308600: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/11/13/november-jenkins-events/index.html"=>Awestruct::Page{ 18385680: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/11/16/security-updates-addressing-zero-day/index.html"=>Awestruct::Page{ 17649840: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/11/21/gc-tuning/index.html"=>Awestruct::Page{ 12080040: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html"=>Awestruct::Page{ 7604460: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/12/09/december-jenkins-events/index.html"=>Awestruct::Page{ 29327080: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/12/10/monthly-jam-recap-november/index.html"=>Awestruct::Page{ 28761020: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/12/19/declarative-pipeline-beta/index.html"=>Awestruct::Page{ 28168260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html"=>Awestruct::Page{ 27599220: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/12/31/what-a-year/index.html"=>Awestruct::Page{ 26758980: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html"=>Awestruct::Page{ 26510740: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/01/10/security-warnings/index.html"=>Awestruct::Page{ 26237140: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/01/11/jenkins-world-2017-cfp/index.html"=>Awestruct::Page{ 25920020: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/01/12/declarative-pipeline-beta-2/index.html"=>Awestruct::Page{ 25602640: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/01/13/blueocean-dev-log-jan/index.html"=>Awestruct::Page{ 24866220: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html"=>Awestruct::Page{ 23910220: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/01/17/scm-api-2/index.html"=>Awestruct::Page{ 19079500: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/01/19/converting-conditional-to-pipeline/index.html"=>Awestruct::Page{ 18158540: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/01/20/blueocean-dev-log-jan2/index.html"=>Awestruct::Page{ 17063260: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.html"=>Awestruct::Page{ 11879740: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.html"=>Awestruct::Page{ 9511520: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 8292500: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old/index.html"=>Awestruct::Page{ 28910720: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 26612440: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 26179600: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.html"=>Awestruct::Page{ 26154880: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct/index.html"=>Awestruct::Page{ 26002360: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.html"=>Awestruct::Page{ 25657660: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 25532400: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.html"=>Awestruct::Page{ 25358340: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.html"=>Awestruct::Page{ 24991340: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.html"=>Awestruct::Page{ 24650800: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.html"=>Awestruct::Page{ 24350340: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.html"=>Awestruct::Page{ 24003720: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.html"=>Awestruct::Page{ 19583620: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 19085900: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 18644400: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.html"=>Awestruct::Page{ 18456520: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.html"=>Awestruct::Page{ 18308900: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.html"=>Awestruct::Page{ 18093020: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.html"=>Awestruct::Page{ 17754920: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html"=>Awestruct::Page{ 17326380: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.html"=>Awestruct::Page{ 13442600: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.html"=>Awestruct::Page{ 12721760: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.html"=>Awestruct::Page{ 12078380: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.html"=>Awestruct::Page{ 9783460: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.html"=>Awestruct::Page{ 8492060: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html"=>Awestruct::Page{ 7816760: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.html"=>Awestruct::Page{ 29654000: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.html"=>Awestruct::Page{ 29470500: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 29288940: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.html"=>Awestruct::Page{ 29087020: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.html"=>Awestruct::Page{ 28912220: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.html"=>Awestruct::Page{ 28695100: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.html"=>Awestruct::Page{ 28522660: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.html"=>Awestruct::Page{ 28329360: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.html"=>Awestruct::Page{ 28125280: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.html"=>Awestruct::Page{ 27933160: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.html"=>Awestruct::Page{ 27766360: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 27604260: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.html"=>Awestruct::Page{ 27420260: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 27215540: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.html"=>Awestruct::Page{ 26774820: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 26695440: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.html"=>Awestruct::Page{ 26619540: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.html"=>Awestruct::Page{ 26405680: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.html"=>Awestruct::Page{ 26308520: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.html"=>Awestruct::Page{ 26205400: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html"=>Awestruct::Page{ 26093060: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html"=>Awestruct::Page{ 25981200: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html"=>Awestruct::Page{ 25859540: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 25772100: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.html"=>Awestruct::Page{ 25646580: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html"=>Awestruct::Page{ 25527880: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.html"=>Awestruct::Page{ 25355360: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 24960300: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 24625720: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.html"=>Awestruct::Page{ 24324540: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.html"=>Awestruct::Page{ 23961260: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 19560680: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.html"=>Awestruct::Page{ 18949320: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.html"=>Awestruct::Page{ 19309740: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.html"=>Awestruct::Page{ 18757220: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.html"=>Awestruct::Page{ 18533060: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 18367780: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 18179480: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 17872820: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 17486620: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.html"=>Awestruct::Page{ 17069280: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.html"=>Awestruct::Page{ 12934520: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 12216840: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.html"=>Awestruct::Page{ 11450480: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 9114480: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 29613600: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 29396560: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.html"=>Awestruct::Page{ 29219780: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.html"=>Awestruct::Page{ 29045360: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.html"=>Awestruct::Page{ 28851140: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 28659800: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.html"=>Awestruct::Page{ 28467740: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 28257040: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.html"=>Awestruct::Page{ 28076880: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 27842980: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.html"=>Awestruct::Page{ 27710600: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.html"=>Awestruct::Page{ 27537780: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 27372740: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.html"=>Awestruct::Page{ 27100940: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.html"=>Awestruct::Page{ 26746360: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.html"=>Awestruct::Page{ 26670420: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.html"=>Awestruct::Page{ 26587460: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.html"=>Awestruct::Page{ 26506880: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.html"=>Awestruct::Page{ 26412940: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 26323740: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.html"=>Awestruct::Page{ 26210820: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 26097420: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.html"=>Awestruct::Page{ 25986720: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 25870780: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.html"=>Awestruct::Page{ 25774780: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 25649040: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.html"=>Awestruct::Page{ 25529360: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html"=>Awestruct::Page{ 25355920: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 24959760: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.html"=>Awestruct::Page{ 24149840: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.html"=>Awestruct::Page{ 19671560: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.html"=>Awestruct::Page{ 19428980: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.html"=>Awestruct::Page{ 19534240: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.html"=>Awestruct::Page{ 18798160: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.html"=>Awestruct::Page{ 18622480: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.html"=>Awestruct::Page{ 18424560: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.html"=>Awestruct::Page{ 18257220: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.html"=>Awestruct::Page{ 18005760: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.html"=>Awestruct::Page{ 17658100: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.html"=>Awestruct::Page{ 17211960: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.html"=>Awestruct::Page{ 13109720: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.html"=>Awestruct::Page{ 12580020: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.html"=>Awestruct::Page{ 11821900: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.html"=>Awestruct::Page{ 9375360: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 8208420: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.html"=>Awestruct::Page{ 6758980: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.html"=>Awestruct::Page{ 29572480: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.html"=>Awestruct::Page{ 29372720: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 29205640: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.html"=>Awestruct::Page{ 29004820: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.html"=>Awestruct::Page{ 28818140: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.html"=>Awestruct::Page{ 28619240: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.html"=>Awestruct::Page{ 28435260: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html"=>Awestruct::Page{ 28211620: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.html"=>Awestruct::Page{ 28034300: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.html"=>Awestruct::Page{ 27821980: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.html"=>Awestruct::Page{ 27673240: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 27509200: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 27259880: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.html"=>Awestruct::Page{ 27068320: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.html"=>Awestruct::Page{ 26723480: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.html"=>Awestruct::Page{ 26647320: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.html"=>Awestruct::Page{ 26562480: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.html"=>Awestruct::Page{ 26483080: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.html"=>Awestruct::Page{ 26385580: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.html"=>Awestruct::Page{ 26278980: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 26165080: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.html"=>Awestruct::Page{ 26059880: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.html"=>Awestruct::Page{ 25944120: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html"=>Awestruct::Page{ 25826080: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html"=>Awestruct::Page{ 25735840: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.html"=>Awestruct::Page{ 25607100: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 25467480: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.html"=>Awestruct::Page{ 25300200: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html"=>Awestruct::Page{ 24354420: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.html"=>Awestruct::Page{ 24004080: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.html"=>Awestruct::Page{ 19579020: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.html"=>Awestruct::Page{ 18955940: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 19313440: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 18758340: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.html"=>Awestruct::Page{ 18530940: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 18364580: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.html"=>Awestruct::Page{ 18173220: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.html"=>Awestruct::Page{ 17847440: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.html"=>Awestruct::Page{ 17474100: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.html"=>Awestruct::Page{ 17055020: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.html"=>Awestruct::Page{ 12881160: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.html"=>Awestruct::Page{ 12184160: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.html"=>Awestruct::Page{ 9873640: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 9070800: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 7595240: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 29677340: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.html"=>Awestruct::Page{ 29474620: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 29290800: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html"=>Awestruct::Page{ 28813740: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 28604940: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.html"=>Awestruct::Page{ 28427900: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 28187480: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.html"=>Awestruct::Page{ 27745580: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.html"=>Awestruct::Page{ 27564800: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 27389360: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.html"=>Awestruct::Page{ 27153320: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html"=>Awestruct::Page{ 26753820: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.html"=>Awestruct::Page{ 26674900: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 26591580: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.html"=>Awestruct::Page{ 26509000: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 26413780: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.html"=>Awestruct::Page{ 26322700: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.html"=>Awestruct::Page{ 26208900: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.html"=>Awestruct::Page{ 26094160: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 25979920: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 25856540: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 25758420: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 25638600: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 25519740: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.html"=>Awestruct::Page{ 25343760: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 24909220: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-ā-save-date/index.html"=>Awestruct::Page{ 24568300: output_path=>/content/jenkins-user-conference-ā-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-ā-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.html"=>Awestruct::Page{ 24250500: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 23882660: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.html"=>Awestruct::Page{ 19493120: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 19666900: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 19120500: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.html"=>Awestruct::Page{ 18655240: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.html"=>Awestruct::Page{ 18454520: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.html"=>Awestruct::Page{ 18295300: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 18056360: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 17713400: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.html"=>Awestruct::Page{ 17250420: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.html"=>Awestruct::Page{ 13142660: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.html"=>Awestruct::Page{ 12638000: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.html"=>Awestruct::Page{ 11866160: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 9418020: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.html"=>Awestruct::Page{ 8218420: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.html"=>Awestruct::Page{ 6761160: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.html"=>Awestruct::Page{ 29570800: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 29369120: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 29183800: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 28989560: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.html"=>Awestruct::Page{ 28812200: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.html"=>Awestruct::Page{ 28602920: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 28400200: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html"=>Awestruct::Page{ 28184500: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html"=>Awestruct::Page{ 27998440: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html"=>Awestruct::Page{ 27801780: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 27636120: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html"=>Awestruct::Page{ 27470220: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 27236300: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html"=>Awestruct::Page{ 27022780: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html"=>Awestruct::Page{ 26703220: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html"=>Awestruct::Page{ 26625320: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html"=>Awestruct::Page{ 26540060: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html"=>Awestruct::Page{ 26442620: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 26358760: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html"=>Awestruct::Page{ 26245080: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html"=>Awestruct::Page{ 26126680: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html"=>Awestruct::Page{ 26014380: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html"=>Awestruct::Page{ 25895660: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 25788280: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.html"=>Awestruct::Page{ 25670200: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 25573360: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.html"=>Awestruct::Page{ 25370640: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.html"=>Awestruct::Page{ 24993260: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.html"=>Awestruct::Page{ 24631660: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 24327140: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 23959260: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.html"=>Awestruct::Page{ 19550680: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.html"=>Awestruct::Page{ 17517400: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.html"=>Awestruct::Page{ 18883480: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.html"=>Awestruct::Page{ 18697580: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.html"=>Awestruct::Page{ 18489560: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.html"=>Awestruct::Page{ 18335940: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.html"=>Awestruct::Page{ 18130060: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.html"=>Awestruct::Page{ 17769200: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.html"=>Awestruct::Page{ 17326860: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 13418440: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.html"=>Awestruct::Page{ 12711000: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.html"=>Awestruct::Page{ 11988260: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.html"=>Awestruct::Page{ 9573560: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.html"=>Awestruct::Page{ 8285640: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.html"=>Awestruct::Page{ 29479140: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 29294280: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.html"=>Awestruct::Page{ 29089260: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.html"=>Awestruct::Page{ 28911680: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.html"=>Awestruct::Page{ 28690620: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html"=>Awestruct::Page{ 28186760: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 28000020: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.html"=>Awestruct::Page{ 27802780: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 27636660: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.html"=>Awestruct::Page{ 27469520: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.html"=>Awestruct::Page{ 27235440: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html"=>Awestruct::Page{ 27021000: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.html"=>Awestruct::Page{ 26700700: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.html"=>Awestruct::Page{ 26620740: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 26398780: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.html"=>Awestruct::Page{ 26299640: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html"=>Awestruct::Page{ 26183120: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.html"=>Awestruct::Page{ 26068800: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 25950460: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.html"=>Awestruct::Page{ 25829000: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.html"=>Awestruct::Page{ 25737640: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.html"=>Awestruct::Page{ 25606140: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.html"=>Awestruct::Page{ 25464660: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 25267380: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html"=>Awestruct::Page{ 24790840: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 24458660: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 24120780: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.html"=>Awestruct::Page{ 19645980: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 19391320: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.html"=>Awestruct::Page{ 19406480: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.html"=>Awestruct::Page{ 19146840: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.html"=>Awestruct::Page{ 18579360: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 18383140: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 18200160: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.html"=>Awestruct::Page{ 17898940: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 17487700: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 17062480: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.html"=>Awestruct::Page{ 12886020: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 12185120: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.html"=>Awestruct::Page{ 9842260: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.html"=>Awestruct::Page{ 8559340: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 7839940: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 29651040: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.html"=>Awestruct::Page{ 29431500: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.html"=>Awestruct::Page{ 29252020: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.html"=>Awestruct::Page{ 29065240: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.html"=>Awestruct::Page{ 28852760: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 28657900: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 28130780: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.html"=>Awestruct::Page{ 27951580: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.html"=>Awestruct::Page{ 27754380: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.html"=>Awestruct::Page{ 27571160: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.html"=>Awestruct::Page{ 27410600: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.html"=>Awestruct::Page{ 27155360: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.html"=>Awestruct::Page{ 26754480: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 26673340: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.html"=>Awestruct::Page{ 26586760: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.html"=>Awestruct::Page{ 26503500: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.html"=>Awestruct::Page{ 26406260: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.html"=>Awestruct::Page{ 26304440: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.html"=>Awestruct::Page{ 26188040: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.html"=>Awestruct::Page{ 26072240: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.html"=>Awestruct::Page{ 25954040: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.html"=>Awestruct::Page{ 25831180: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.html"=>Awestruct::Page{ 25739220: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.html"=>Awestruct::Page{ 25607620: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.html"=>Awestruct::Page{ 25465100: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.html"=>Awestruct::Page{ 25266280: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.html"=>Awestruct::Page{ 24771840: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.html"=>Awestruct::Page{ 24455700: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.html"=>Awestruct::Page{ 24097540: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 19637000: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.html"=>Awestruct::Page{ 19378060: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html"=>Awestruct::Page{ 19372720: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.html"=>Awestruct::Page{ 18777080: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html"=>Awestruct::Page{ 18555800: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html"=>Awestruct::Page{ 18031320: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.html"=>Awestruct::Page{ 17045160: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.html"=>Awestruct::Page{ 12780420: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.html"=>Awestruct::Page{ 12095060: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.html"=>Awestruct::Page{ 9752260: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.html"=>Awestruct::Page{ 8380460: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 7749000: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.html"=>Awestruct::Page{ 29484080: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.html"=>Awestruct::Page{ 29070560: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 28658460: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.html"=>Awestruct::Page{ 28246600: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.html"=>Awestruct::Page{ 27795080: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 27443500: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.html"=>Awestruct::Page{ 26748840: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 26570880: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.html"=>Awestruct::Page{ 26375260: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.html"=>Awestruct::Page{ 26127840: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.html"=>Awestruct::Page{ 25876860: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.html"=>Awestruct::Page{ 25639620: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.html"=>Awestruct::Page{ 25305980: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.html"=>Awestruct::Page{ 24479340: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 19604220: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.html"=>Awestruct::Page{ 19302880: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.html"=>Awestruct::Page{ 18481380: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.html"=>Awestruct::Page{ 18058800: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.html"=>Awestruct::Page{ 17208960: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.html"=>Awestruct::Page{ 12191080: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.html"=>Awestruct::Page{ 8290820: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.html"=>Awestruct::Page{ 7884860: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.html"=>Awestruct::Page{ 9726480: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.html"=>Awestruct::Page{ 12715140: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 17268120: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.html"=>Awestruct::Page{ 18134040: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.html"=>Awestruct::Page{ 18535580: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.html"=>Awestruct::Page{ 19340700: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 19485380: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.html"=>Awestruct::Page{ 24374800: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 25220440: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 25883820: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 26123220: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.html"=>Awestruct::Page{ 26272060: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.html"=>Awestruct::Page{ 26512060: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 26677760: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.html"=>Awestruct::Page{ 27154640: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.html"=>Awestruct::Page{ 27473080: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.html"=>Awestruct::Page{ 27836420: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 28260960: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 28679220: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 28646160: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 28759140: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 28717380: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 28846900: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 28919260: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 28886040: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 28965180: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 29086460: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 29045820: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 29150440: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 29124260: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 29212440: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation/index.html"=>Awestruct::Page{ 29504800: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 29130240: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.html"=>Awestruct::Page{ 29036000: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability/index.html"=>Awestruct::Page{ 28130420: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale/index.html"=>Awestruct::Page{ 27349900: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 26682820: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.html"=>Awestruct::Page{ 26637780: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 26326060: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 26297980: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.html"=>Awestruct::Page{ 26233900: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing/index.html"=>Awestruct::Page{ 25754640: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 25221080: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.html"=>Awestruct::Page{ 24766680: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations/index.html"=>Awestruct::Page{ 19384000: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html"=>Awestruct::Page{ 18653680: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 18180280: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli/index.html"=>Awestruct::Page{ 17843080: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.html"=>Awestruct::Page{ 12121700: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes/index.html"=>Awestruct::Page{ 29676940: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins/index.html"=>Awestruct::Page{ 28786260: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console/index.html"=>Awestruct::Page{ 28008740: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security/index.html"=>Awestruct::Page{ 27078640: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration/index.html"=>Awestruct::Page{ 26490320: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools/index.html"=>Awestruct::Page{ 26049200: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users/index.html"=>Awestruct::Page{ 25619220: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up/index.html"=>Awestruct::Page{ 24459540: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 17462940: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.html"=>Awestruct::Page{ 19403580: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring/index.html"=>Awestruct::Page{ 18219360: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security/index.html"=>Awestruct::Page{ 12961200: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef/index.html"=>Awestruct::Page{ 8517140: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet/index.html"=>Awestruct::Page{ 29265940: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders/index.html"=>Awestruct::Page{ 28465080: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 27912520: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started/index.html"=>Awestruct::Page{ 27743660: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.html"=>Awestruct::Page{ 26729960: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile/index.html"=>Awestruct::Page{ 26306280: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch/index.html"=>Awestruct::Page{ 25825420: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview/index.html"=>Awestruct::Page{ 25359880: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries/index.html"=>Awestruct::Page{ 24480700: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax/index.html"=>Awestruct::Page{ 18672580: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code/index.html"=>Awestruct::Page{ 17360480: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 12147980: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 12080080: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 11987280: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 11863700: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 11732480: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 11577480: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 11449640: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 9805160: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 9645800: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 9438100: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 9351700: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 9152760: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 9122260: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 9086040: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 8518960: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 8350780: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 8270840: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 8199760: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 7907440: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 7862040: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 7591380: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 7784280: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 7737460: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 6844220: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 6716120: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 29714980: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 29378600: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 29696060: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 29650620: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 29625780: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 29605920: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 29542040: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 29488260: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 29479760: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 29469140: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 29426540: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 29389640: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 29370580: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 29343080: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 29324880: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 29307240: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 29287840: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 29250860: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 29214280: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 29180060: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.html"=>Awestruct::Page{ 29066180: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins/index.html"=>Awestruct::Page{ 28379360: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 28150980: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet/index.html"=>Awestruct::Page{ 28038320: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.html"=>Awestruct::Page{ 27255780: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java/index.html"=>Awestruct::Page{ 26562980: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python/index.html"=>Awestruct::Page{ 26159640: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby/index.html"=>Awestruct::Page{ 25716100: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 24906600: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints/index.html"=>Awestruct::Page{ 24694080: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.html"=>Awestruct::Page{ 19055700: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api/index.html"=>Awestruct::Page{ 18369760: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.html"=>Awestruct::Page{ 17071320: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples/index.html"=>Awestruct::Page{ 11696200: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.html"=>Awestruct::Page{ 7620800: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector/index.html"=>Awestruct::Page{ 29392300: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible/index.html"=>Awestruct::Page{ 28731060: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor/index.html"=>Awestruct::Page{ 28081660: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory/index.html"=>Awestruct::Page{ 27414000: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier/index.html"=>Awestruct::Page{ 26663420: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub/index.html"=>Awestruct::Page{ 26367040: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman/index.html"=>Awestruct::Page{ 26003080: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh/index.html"=>Awestruct::Page{ 25632360: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding/index.html"=>Awestruct::Page{ 24614680: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier/index.html"=>Awestruct::Page{ 19460940: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification/index.html"=>Awestruct::Page{ 18586840: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves/index.html"=>Awestruct::Page{ 17821680: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow/index.html"=>Awestruct::Page{ 12526100: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext/index.html"=>Awestruct::Page{ 6769440: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager/index.html"=>Awestruct::Page{ 29007320: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep/index.html"=>Awestruct::Page{ 28378620: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling/index.html"=>Awestruct::Page{ 27744280: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger/index.html"=>Awestruct::Page{ 27076540: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git/index.html"=>Awestruct::Page{ 26540840: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest/index.html"=>Awestruct::Page{ 26212140: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin/index.html"=>Awestruct::Page{ 25822820: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat/index.html"=>Awestruct::Page{ 25375540: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html"=>Awestruct::Page{ 23982580: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher/index.html"=>Awestruct::Page{ 19096400: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request/index.html"=>Awestruct::Page{ 18194880: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html"=>Awestruct::Page{ 17150540: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin/index.html"=>Awestruct::Page{ 9823640: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira/index.html"=>Awestruct::Page{ 29567280: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging/index.html"=>Awestruct::Page{ 28857980: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html"=>Awestruct::Page{ 28168800: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps/index.html"=>Awestruct::Page{ 27492240: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes/index.html"=>Awestruct::Page{ 26659900: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner/index.html"=>Awestruct::Page{ 26327960: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources/index.html"=>Awestruct::Page{ 25943140: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon/index.html"=>Awestruct::Page{ 25576460: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost/index.html"=>Awestruct::Page{ 24533380: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder/index.html"=>Awestruct::Page{ 19395540: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader/index.html"=>Awestruct::Page{ 18496240: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline/index.html"=>Awestruct::Page{ 17187960: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4/index.html"=>Awestruct::Page{ 7616400: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor/index.html"=>Awestruct::Page{ 29090820: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws/index.html"=>Awestruct::Page{ 28398680: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step/index.html"=>Awestruct::Page{ 27566380: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath/index.html"=>Awestruct::Page{ 26732960: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step/index.html"=>Awestruct::Page{ 26435860: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step/index.html"=>Awestruct::Page{ 18948620: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven/index.html"=>Awestruct::Page{ 18413060: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step/index.html"=>Awestruct::Page{ 17443920: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition/index.html"=>Awestruct::Page{ 11867760: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step/index.html"=>Awestruct::Page{ 29701880: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps/index.html"=>Awestruct::Page{ 28857400: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog/index.html"=>Awestruct::Page{ 28188440: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline/index.html"=>Awestruct::Page{ 27565600: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier/index.html"=>Awestruct::Page{ 26728380: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector/index.html"=>Awestruct::Page{ 25878640: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand/index.html"=>Awestruct::Page{ 25511540: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack/index.html"=>Awestruct::Page{ 24401500: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend/index.html"=>Awestruct::Page{ 17457700: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent/index.html"=>Awestruct::Page{ 18416700: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter/index.html"=>Awestruct::Page{ 17441220: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion/index.html"=>Awestruct::Page{ 11825880: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert/index.html"=>Awestruct::Page{ 29623540: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper/index.html"=>Awestruct::Page{ 28947740: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber/index.html"=>Awestruct::Page{ 28209400: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud/index.html"=>Awestruct::Page{ 27451280: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps/index.html"=>Awestruct::Page{ 44115440: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib/index.html"=>Awestruct::Page{ 44454160: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps/index.html"=>Awestruct::Page{ 44798280: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step/index.html"=>Awestruct::Page{ 45226660: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch/index.html"=>Awestruct::Page{ 44823420: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step/index.html"=>Awestruct::Page{ 54069580: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents/index.html"=>Awestruct::Page{ 54550080: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment/index.html"=>Awestruct::Page{ 54855720: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment/index.html"=>Awestruct::Page{ 55188720: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world/index.html"=>Awestruct::Page{ 55524980: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post/index.html"=>Awestruct::Page{ 55827300: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps/index.html"=>Awestruct::Page{ 56158100: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts/index.html"=>Awestruct::Page{ 56497760: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19/index.html"=>Awestruct::Page{ 56839580: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32/index.html"=>Awestruct::Page{ 57163220: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7/index.html"=>Awestruct::Page{ 57481520: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide/index.html"=>Awestruct::Page{ 57699940: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate/index.html"=>Awestruct::Page{ 57999380: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download/index.html"=>Awestruct::Page{ 58156900: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 58352040: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 58391520: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 58408840: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 58401620: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 58419340: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 58428860: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 58457560: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 58450540: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 58487440: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 58496960: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 58514660: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 58507840: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 58525560: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 58535080: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.html"=>Awestruct::Page{ 58562580: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout/index.html"=>Awestruct::Page{ 58688160: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 58837660: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 58855260: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 58864800: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 58882380: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 58891900: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 58885100: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 58902840: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 58931420: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 58948940: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 58941920: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 58959640: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 58969180: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 58986920: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 58996460: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 59014200: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 59007400: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 59025140: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 59034680: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 59063100: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 59080620: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 59073600: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 59091120: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 59100460: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 59118200: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 59127740: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 59145480: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 59138680: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 59156420: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 59165960: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 59183700: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 59201420: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 59210940: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 59204120: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 59221860: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 59231380: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 59262380: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 59271500: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 59299580: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 59316900: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 59334200: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 59326980: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README/index.html"=>Awestruct::Page{ 59388980: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 59510420: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 59527740: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 59545060: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 59554400: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 59571920: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 59565120: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 59582840: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 59592380: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 59610120: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 59619660: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 59637400: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 59630600: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 59648340: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 59657860: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 59686660: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 59679840: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 59697560: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 59722920: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 59740440: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 59749760: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 59767300: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 59784800: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 59777800: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 59787140: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 59804660: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 59814000: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 59831540: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 59849080: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 59858420: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 59851400: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 59868940: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 59886460: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 59895780: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 59913300: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 59922660: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 59940180: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 59933160: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 59950700: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 59960040: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 59977560: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 59986880: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 60004420: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 60021960: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 60014960: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 60024280: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 60041800: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 60051140: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 60068640: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 60086160: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 60095500: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 60088500: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 60106020: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 60115360: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 60132900: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 60161180: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 60154160: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 60171680: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 60181000: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 60198520: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 60216040: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 60219900: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 60237420: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 60246760: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 60264280: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 60281800: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 60291340: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 60309080: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 60302280: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 60326200: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 60354480: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 60371800: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 60383740: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 60392860: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 60420840: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 60438140: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 60455460: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 60489160: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 60481940: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 60501440: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 60510560: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 60519680: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 60537000: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 60554320: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 60547100: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 60556220: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 60573540: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 60601820: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 60619140: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 60622180: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 60639480: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 60656800: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 60665920: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 60683220: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 60692340: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 60709660: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 60726960: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 60719740: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 60763300: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 60772420: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 60781560: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 60790680: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 60799800: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 60817120: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 60809900: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 60827220: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 60836340: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 60853660: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 60862800: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 60880120: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 60897440: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 60901300: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 60928280: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 60945600: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 60962920: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 60972040: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 60989360: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 60982140: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 60999460: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 61008580: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 61025900: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 61035020: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 61052320: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 61069640: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 61078760: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 61071540: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 61088840: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 61117120: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 61134300: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 61138140: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 61174500: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 61183620: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 61200940: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 61210260: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 61203240: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 61220760: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 61238040: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 61247120: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 61264400: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 61281680: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 61298940: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 61316220: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 61308960: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 61326240: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 61346020: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 61355160: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 61372480: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 61381600: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 61398920: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 61426560: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 61435700: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 61444820: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 61453940: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 61463060: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 61480380: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 61473160: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 61482280: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 61499580: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 61517100: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 61544360: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 61553480: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 61570800: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 61563580: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 61580880: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 61590000: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 61607320: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 61616440: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 61633760: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 61651080: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 61660200: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 61677520: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 61689460: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 61698580: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 61726100: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 61718880: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 61736200: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 61753520: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 61762660: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 61779980: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 61789100: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 61806420: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 61823740: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 61832860: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 61860900: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 61870020: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 61879140: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 61888280: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 61897400: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 61925720: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 61934840: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61953920: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61963040: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61980360: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 61973140: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 61990440: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 62007760: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 62016880: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 62034180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 62043300: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 62060620: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 62077920: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 62087040: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 62115060: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 62124180: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 62133320: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 62142440: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 62151560: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 62179680: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 62188800: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 62197920: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 62207040: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 62216380: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 62244000: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 62253140: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 62262260: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 62271380: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 62288700: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 62297840: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 62315160: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 62324280: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 62317060: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 62334580: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 62352100: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 62396460: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 62405580: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 62414700: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 62407480: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 62416620: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 62444900: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 62462220: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 62471540: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 62499560: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 62508680: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 62517800: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 62526920: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 62536040: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 62564160: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 62573280: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 62582420: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 62591540: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 62595380: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 62631560: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 62640680: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 62658000: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 62667140: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 62684460: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 62712580: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 62721700: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 62730820: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 62739940: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 62743180: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 62760380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 62769500: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 62786700: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 62804020: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 62813140: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 62824580: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 62833700: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 62851000: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 62868320: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 62877440: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 62894740: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 62912060: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 62915500: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 62932800: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 62950120: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 62959240: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 62976540: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 62986080: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 63003820: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 62997020: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 63014740: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 63059220: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 63068540: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 63077880: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 63070860: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 63080180: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 63089500: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 63107020: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 63124540: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 63128400: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 63145920: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 63155260: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 63172780: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 63190300: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 63199860: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 63217600: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 63210780: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 63220320: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 63238060: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 63255800: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 63265340: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 63283080: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 63276260: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 63294000: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html"=>Awestruct::Page{ 63303880: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects/index.html"=>Awestruct::Page{ 63569160: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 63779600: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 63784700: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 63939380: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 63957700: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.html"=>Awestruct::Page{ 64024460: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 64262260: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.html"=>Awestruct::Page{ 64275060: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.html"=>Awestruct::Page{ 64524660: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.html"=>Awestruct::Page{ 64721200: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.html"=>Awestruct::Page{ 64852700: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.html"=>Awestruct::Page{ 64975980: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.html"=>Awestruct::Page{ 65099260: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.html"=>Awestruct::Page{ 65230760: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.html"=>Awestruct::Page{ 65354080: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.html"=>Awestruct::Page{ 65485560: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.html"=>Awestruct::Page{ 65608860: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.html"=>Awestruct::Page{ 65732160: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.html"=>Awestruct::Page{ 65839140: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.html"=>Awestruct::Page{ 65962440: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.html"=>Awestruct::Page{ 66093920: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.html"=>Awestruct::Page{ 66217220: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.html"=>Awestruct::Page{ 66348740: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.html"=>Awestruct::Page{ 66472080: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.html"=>Awestruct::Page{ 66595380: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.html"=>Awestruct::Page{ 66726860: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.html"=>Awestruct::Page{ 66858380: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.html"=>Awestruct::Page{ 66973520: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.html"=>Awestruct::Page{ 67105020: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.html"=>Awestruct::Page{ 67228300: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.html"=>Awestruct::Page{ 67359800: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.html"=>Awestruct::Page{ 67483100: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.html"=>Awestruct::Page{ 67606420: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.html"=>Awestruct::Page{ 67737900: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.html"=>Awestruct::Page{ 67861200: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.html"=>Awestruct::Page{ 67984500: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.html"=>Awestruct::Page{ 67844720: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.html"=>Awestruct::Page{ 67410920: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.html"=>Awestruct::Page{ 66968900: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.html"=>Awestruct::Page{ 66526900: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.html"=>Awestruct::Page{ 66034600: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.html"=>Awestruct::Page{ 65592020: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.html"=>Awestruct::Page{ 65158220: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.html"=>Awestruct::Page{ 64716180: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.html"=>Awestruct::Page{ 64287060: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.html"=>Awestruct::Page{ 63918000: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.html"=>Awestruct::Page{ 63491700: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.html"=>Awestruct::Page{ 63212060: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.html"=>Awestruct::Page{ 63022100: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.html"=>Awestruct::Page{ 62815360: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.html"=>Awestruct::Page{ 62633660: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.html"=>Awestruct::Page{ 62443360: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.html"=>Awestruct::Page{ 62261860: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.html"=>Awestruct::Page{ 62071880: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.html"=>Awestruct::Page{ 61873940: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.html"=>Awestruct::Page{ 61675380: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.html"=>Awestruct::Page{ 61485420: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.html"=>Awestruct::Page{ 61311800: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.html"=>Awestruct::Page{ 61113520: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.html"=>Awestruct::Page{ 60906840: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.html"=>Awestruct::Page{ 60724800: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.html"=>Awestruct::Page{ 60534700: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.html"=>Awestruct::Page{ 60345320: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.html"=>Awestruct::Page{ 60147160: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.html"=>Awestruct::Page{ 59940280: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.html"=>Awestruct::Page{ 59749280: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.html"=>Awestruct::Page{ 59567740: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.html"=>Awestruct::Page{ 59270780: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.html"=>Awestruct::Page{ 59055700: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.html"=>Awestruct::Page{ 58865720: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.html"=>Awestruct::Page{ 58496160: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.html"=>Awestruct::Page{ 58233420: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.html"=>Awestruct::Page{ 57815340: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.html"=>Awestruct::Page{ 57364960: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.html"=>Awestruct::Page{ 56947300: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.html"=>Awestruct::Page{ 56521480: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.html"=>Awestruct::Page{ 56054320: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.html"=>Awestruct::Page{ 55603980: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.html"=>Awestruct::Page{ 55153540: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.html"=>Awestruct::Page{ 54694840: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.html"=>Awestruct::Page{ 54252520: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.html"=>Awestruct::Page{ 53540200: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.html"=>Awestruct::Page{ 52958960: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.html"=>Awestruct::Page{ 52533400: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.html"=>Awestruct::Page{ 52099620: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.html"=>Awestruct::Page{ 48452860: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.html"=>Awestruct::Page{ 46724800: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.html"=>Awestruct::Page{ 44284020: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.html"=>Awestruct::Page{ 45144300: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.html"=>Awestruct::Page{ 44438860: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.html"=>Awestruct::Page{ 29215360: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.html"=>Awestruct::Page{ 28331840: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.html"=>Awestruct::Page{ 27484580: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.html"=>Awestruct::Page{ 26566880: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.html"=>Awestruct::Page{ 26117340: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.html"=>Awestruct::Page{ 25861820: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.html"=>Awestruct::Page{ 25648380: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.html"=>Awestruct::Page{ 25358660: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.html"=>Awestruct::Page{ 24586500: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.html"=>Awestruct::Page{ 23932880: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.html"=>Awestruct::Page{ 19667360: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.html"=>Awestruct::Page{ 18658440: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.html"=>Awestruct::Page{ 18287800: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.html"=>Awestruct::Page{ 17660040: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.html"=>Awestruct::Page{ 13128140: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.html"=>Awestruct::Page{ 11857840: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.html"=>Awestruct::Page{ 9744040: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.html"=>Awestruct::Page{ 13046740: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.html"=>Awestruct::Page{ 17797720: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.html"=>Awestruct::Page{ 18404020: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.html"=>Awestruct::Page{ 19078000: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.html"=>Awestruct::Page{ 19412700: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.html"=>Awestruct::Page{ 24396540: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.html"=>Awestruct::Page{ 25224980: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.html"=>Awestruct::Page{ 25596740: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.html"=>Awestruct::Page{ 25826420: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.html"=>Awestruct::Page{ 26125880: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.html"=>Awestruct::Page{ 26486640: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.html"=>Awestruct::Page{ 27076600: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.html"=>Awestruct::Page{ 28211780: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.html"=>Awestruct::Page{ 28948100: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.html"=>Awestruct::Page{ 44448540: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.html"=>Awestruct::Page{ 45078860: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.html"=>Awestruct::Page{ 47658780: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.html"=>Awestruct::Page{ 46774500: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.html"=>Awestruct::Page{ 47970940: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.html"=>Awestruct::Page{ 51902400: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.html"=>Awestruct::Page{ 52484480: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.html"=>Awestruct::Page{ 52861720: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.html"=>Awestruct::Page{ 53509200: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.html"=>Awestruct::Page{ 54263260: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.html"=>Awestruct::Page{ 54705280: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.html"=>Awestruct::Page{ 55032780: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.html"=>Awestruct::Page{ 55556840: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.html"=>Awestruct::Page{ 56072980: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.html"=>Awestruct::Page{ 56539880: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.html"=>Awestruct::Page{ 56843040: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.html"=>Awestruct::Page{ 57317960: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.html"=>Awestruct::Page{ 57703040: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.html"=>Awestruct::Page{ 58243340: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.html"=>Awestruct::Page{ 58455320: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.html"=>Awestruct::Page{ 58822100: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.html"=>Awestruct::Page{ 59057800: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.html"=>Awestruct::Page{ 59293520: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.html"=>Awestruct::Page{ 59530600: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.html"=>Awestruct::Page{ 59766100: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.html"=>Awestruct::Page{ 59895880: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.html"=>Awestruct::Page{ 60131620: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.html"=>Awestruct::Page{ 60260860: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.html"=>Awestruct::Page{ 60505040: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.html"=>Awestruct::Page{ 60732740: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.html"=>Awestruct::Page{ 60862060: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.html"=>Awestruct::Page{ 61131080: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.html"=>Awestruct::Page{ 61260620: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.html"=>Awestruct::Page{ 61529260: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.html"=>Awestruct::Page{ 61658460: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.html"=>Awestruct::Page{ 61788240: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.html"=>Awestruct::Page{ 62081340: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.html"=>Awestruct::Page{ 62210860: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.html"=>Awestruct::Page{ 62503720: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.html"=>Awestruct::Page{ 62617200: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.html"=>Awestruct::Page{ 62746980: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.html"=>Awestruct::Page{ 63056480: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.html"=>Awestruct::Page{ 63169360: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.html"=>Awestruct::Page{ 63585680: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.html"=>Awestruct::Page{ 63765740: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.html"=>Awestruct::Page{ 64281440: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.html"=>Awestruct::Page{ 64786920: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.html"=>Awestruct::Page{ 65037780: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.html"=>Awestruct::Page{ 65536500: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.html"=>Awestruct::Page{ 65928800: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.html"=>Awestruct::Page{ 66542900: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.html"=>Awestruct::Page{ 66861440: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.html"=>Awestruct::Page{ 67482300: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.html"=>Awestruct::Page{ 67735120: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.html"=>Awestruct::Page{ 45870660: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.html"=>Awestruct::Page{ 47820800: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.html"=>Awestruct::Page{ 44610000: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.html"=>Awestruct::Page{ 45601700: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.html"=>Awestruct::Page{ 46298440: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.html"=>Awestruct::Page{ 46102260: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.html"=>Awestruct::Page{ 47331440: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.html"=>Awestruct::Page{ 48028180: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.html"=>Awestruct::Page{ 48610240: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.html"=>Awestruct::Page{ 44203360: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.html"=>Awestruct::Page{ 51928860: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.html"=>Awestruct::Page{ 52150520: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.html"=>Awestruct::Page{ 52306580: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.html"=>Awestruct::Page{ 52454460: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.html"=>Awestruct::Page{ 52569560: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.html"=>Awestruct::Page{ 52766620: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.html"=>Awestruct::Page{ 52881720: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.html"=>Awestruct::Page{ 52996820: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.html"=>Awestruct::Page{ 53300380: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.html"=>Awestruct::Page{ 53448280: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.html"=>Awestruct::Page{ 53686280: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.html"=>Awestruct::Page{ 53834160: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.html"=>Awestruct::Page{ 53957480: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.html"=>Awestruct::Page{ 54301940: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.html"=>Awestruct::Page{ 54523560: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.html"=>Awestruct::Page{ 54679640: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.html"=>Awestruct::Page{ 54925840: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.html"=>Awestruct::Page{ 55057340: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.html"=>Awestruct::Page{ 55278940: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.html"=>Awestruct::Page{ 55500560: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.html"=>Awestruct::Page{ 55640300: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.html"=>Awestruct::Page{ 55853740: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.html"=>Awestruct::Page{ 56001620: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.html"=>Awestruct::Page{ 56239620: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.html"=>Awestruct::Page{ 56379300: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.html"=>Awestruct::Page{ 56625460: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.html"=>Awestruct::Page{ 56912620: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.html"=>Awestruct::Page{ 57044100: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.html"=>Awestruct::Page{ 57282120: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.html"=>Awestruct::Page{ 57528340: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.html"=>Awestruct::Page{ 57659820: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.html"=>Awestruct::Page{ 57865020: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.html"=>Awestruct::Page{ 58119380: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.html"=>Awestruct::Page{ 58316400: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.html"=>Awestruct::Page{ 58677280: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.html"=>Awestruct::Page{ 59488680: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.html"=>Awestruct::Page{ 63626100: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.html"=>Awestruct::Page{ 63741240: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.html"=>Awestruct::Page{ 63987420: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.html"=>Awestruct::Page{ 64176280: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.html"=>Awestruct::Page{ 64373280: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.html"=>Awestruct::Page{ 64578520: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.html"=>Awestruct::Page{ 64923000: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.html"=>Awestruct::Page{ 65185540: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.html"=>Awestruct::Page{ 65456320: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.html"=>Awestruct::Page{ 65808960: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.html"=>Awestruct::Page{ 66071580: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.html"=>Awestruct::Page{ 66334140: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.html"=>Awestruct::Page{ 66572140: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.html"=>Awestruct::Page{ 66924820: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.html"=>Awestruct::Page{ 67195560: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.html"=>Awestruct::Page{ 67458140: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.html"=>Awestruct::Page{ 67810820: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.html"=>Awestruct::Page{ 67958620: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.html"=>Awestruct::Page{ 67709580: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.html"=>Awestruct::Page{ 67436280: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.html"=>Awestruct::Page{ 67081500: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.html"=>Awestruct::Page{ 66816180: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.html"=>Awestruct::Page{ 66460640: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.html"=>Awestruct::Page{ 66211780: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.html"=>Awestruct::Page{ 65938400: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.html"=>Awestruct::Page{ 65582920: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.html"=>Awestruct::Page{ 65318280: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.html"=>Awestruct::Page{ 64954320: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.html"=>Awestruct::Page{ 64615720: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.html"=>Awestruct::Page{ 64424220: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.html"=>Awestruct::Page{ 64191320: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.html"=>Awestruct::Page{ 63982740: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.html"=>Awestruct::Page{ 63734120: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.html"=>Awestruct::Page{ 63460360: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.html"=>Awestruct::Page{ 59475820: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.html"=>Awestruct::Page{ 58644820: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.html"=>Awestruct::Page{ 58281320: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.html"=>Awestruct::Page{ 58065660: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.html"=>Awestruct::Page{ 57800760: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.html"=>Awestruct::Page{ 57601280: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.html"=>Awestruct::Page{ 57352520: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.html"=>Awestruct::Page{ 57210160: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.html"=>Awestruct::Page{ 56969920: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.html"=>Awestruct::Page{ 56679980: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.html"=>Awestruct::Page{ 56513400: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.html"=>Awestruct::Page{ 56288760: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.html"=>Awestruct::Page{ 56014720: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.html"=>Awestruct::Page{ 55888820: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.html"=>Awestruct::Page{ 55648100: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.html"=>Awestruct::Page{ 55391240: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.html"=>Awestruct::Page{ 55265500: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.html"=>Awestruct::Page{ 55008160: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.html"=>Awestruct::Page{ 54874460: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.html"=>Awestruct::Page{ 54650480: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.html"=>Awestruct::Page{ 54385360: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.html"=>Awestruct::Page{ 54234940: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.html"=>Awestruct::Page{ 53904420: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.html"=>Awestruct::Page{ 53745720: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.html"=>Awestruct::Page{ 53521720: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.html"=>Awestruct::Page{ 53363040: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.html"=>Awestruct::Page{ 53032420: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.html"=>Awestruct::Page{ 52922520: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.html"=>Awestruct::Page{ 52780040: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.html"=>Awestruct::Page{ 52604520: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.html"=>Awestruct::Page{ 52462140: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.html"=>Awestruct::Page{ 52311200: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.html"=>Awestruct::Page{ 52152680: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.html"=>Awestruct::Page{ 44538860: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.html"=>Awestruct::Page{ 44159020: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.html"=>Awestruct::Page{ 48391200: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.html"=>Awestruct::Page{ 47757080: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.html"=>Awestruct::Page{ 47065860: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.html"=>Awestruct::Page{ 46562840: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.html"=>Awestruct::Page{ 45864080: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.html"=>Awestruct::Page{ 45025760: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.html"=>Awestruct::Page{ 48143880: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.html"=>Awestruct::Page{ 46519120: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.html"=>Awestruct::Page{ 67979140: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.html"=>Awestruct::Page{ 67608120: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.html"=>Awestruct::Page{ 67294780: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.html"=>Awestruct::Page{ 66965540: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.html"=>Awestruct::Page{ 66587140: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.html"=>Awestruct::Page{ 66233280: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.html"=>Awestruct::Page{ 65928280: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.html"=>Awestruct::Page{ 65590840: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.html"=>Awestruct::Page{ 65212300: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.html"=>Awestruct::Page{ 64849880: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.html"=>Awestruct::Page{ 64673220: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.html"=>Awestruct::Page{ 64260440: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.html"=>Awestruct::Page{ 63956720: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.html"=>Awestruct::Page{ 63602820: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.html"=>Awestruct::Page{ 63306240: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.html"=>Awestruct::Page{ 63213900: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.html"=>Awestruct::Page{ 63120960: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.html"=>Awestruct::Page{ 63020140: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.html"=>Awestruct::Page{ 62919900: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.html"=>Awestruct::Page{ 62828080: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.html"=>Awestruct::Page{ 62735240: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.html"=>Awestruct::Page{ 62635320: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.html"=>Awestruct::Page{ 62534520: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.html"=>Awestruct::Page{ 62441940: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.html"=>Awestruct::Page{ 62350440: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.html"=>Awestruct::Page{ 62258000: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.html"=>Awestruct::Page{ 62149180: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.html"=>Awestruct::Page{ 62056600: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.html"=>Awestruct::Page{ 61956360: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.html"=>Awestruct::Page{ 61872660: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.html"=>Awestruct::Page{ 61764020: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.html"=>Awestruct::Page{ 61671660: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.html"=>Awestruct::Page{ 61579440: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.html"=>Awestruct::Page{ 61478240: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.html"=>Awestruct::Page{ 61378080: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.html"=>Awestruct::Page{ 61294120: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.html"=>Awestruct::Page{ 61185240: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.html"=>Awestruct::Page{ 61093080: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.html"=>Awestruct::Page{ 61001140: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.html"=>Awestruct::Page{ 60900460: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.html"=>Awestruct::Page{ 60799220: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.html"=>Awestruct::Page{ 60706560: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.html"=>Awestruct::Page{ 60614820: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.html"=>Awestruct::Page{ 60514440: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.html"=>Awestruct::Page{ 60414060: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.html"=>Awestruct::Page{ 60305660: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.html"=>Awestruct::Page{ 60213400: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.html"=>Awestruct::Page{ 60112500: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.html"=>Awestruct::Page{ 60020240: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.html"=>Awestruct::Page{ 59919400: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.html"=>Awestruct::Page{ 59826980: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.html"=>Awestruct::Page{ 59725820: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.html"=>Awestruct::Page{ 59634120: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.html"=>Awestruct::Page{ 59541440: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.html"=>Awestruct::Page{ 59335460: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.html"=>Awestruct::Page{ 59226500: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.html"=>Awestruct::Page{ 59125700: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.html"=>Awestruct::Page{ 59033100: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.html"=>Awestruct::Page{ 58932640: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.html"=>Awestruct::Page{ 58840440: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.html"=>Awestruct::Page{ 58510440: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.html"=>Awestruct::Page{ 58417780: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.html"=>Awestruct::Page{ 58178460: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.html"=>Awestruct::Page{ 57874740: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.html"=>Awestruct::Page{ 57480160: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.html"=>Awestruct::Page{ 57134860: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.html"=>Awestruct::Page{ 56822420: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.html"=>Awestruct::Page{ 56518440: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.html"=>Awestruct::Page{ 56157560: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.html"=>Awestruct::Page{ 55754780: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.html"=>Awestruct::Page{ 55434200: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.html"=>Awestruct::Page{ 55105820: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.html"=>Awestruct::Page{ 54752560: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.html"=>Awestruct::Page{ 54440260: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.html"=>Awestruct::Page{ 53824580: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.html"=>Awestruct::Page{ 53045660: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.html"=>Awestruct::Page{ 52578060: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.html"=>Awestruct::Page{ 52060860: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.html"=>Awestruct::Page{ 45154200: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.html"=>Awestruct::Page{ 48636220: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.html"=>Awestruct::Page{ 48145160: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.html"=>Awestruct::Page{ 47637660: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.html"=>Awestruct::Page{ 47146560: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.html"=>Awestruct::Page{ 46778320: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.html"=>Awestruct::Page{ 46287220: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.html"=>Awestruct::Page{ 45558540: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.html"=>Awestruct::Page{ 45042880: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code/index.html"=>Awestruct::Page{ 46279260: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html"=>Awestruct::Page{ 45684540: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines/index.html"=>Awestruct::Page{ 44389720: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins/index.html"=>Awestruct::Page{ 43345340: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 42619280: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press/index.html"=>Awestruct::Page{ 43015260: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean/index.html"=>Awestruct::Page{ 29361040: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc/index.html"=>Awestruct::Page{ 28718400: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.html"=>Awestruct::Page{ 28107760: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot/index.html"=>Awestruct::Page{ 27490960: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure/index.html"=>Awestruct::Page{ 26706880: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest/index.html"=>Awestruct::Page{ 26481540: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam/index.html"=>Awestruct::Page{ 26139080: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.html"=>Awestruct::Page{ 25824360: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs/index.html"=>Awestruct::Page{ 25719200: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout/index.html"=>Awestruct::Page{ 25589980: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins/index.html"=>Awestruct::Page{ 25374640: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144/index.html"=>Awestruct::Page{ 24936000: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security/index.html"=>Awestruct::Page{ 24430960: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 19395780: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 17471560: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 17451660: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 19601300: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 19534520: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 19438680: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 19339760: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 19310860: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 18871980: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 18963160: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 19080620: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 18794440: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 18821420: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 18774440: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 18755780: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 18699960: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 18662340: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 18634520: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 18615780: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 18587940: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 18546600: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 18524000: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 18488340: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 18460660: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 18442000: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 18413680: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 18389780: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 18373660: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 18348920: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 18333280: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 18301220: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 18264480: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 18235400: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 18208200: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 18181640: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 18131580: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 18061940: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 18018460: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 17957780: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 17943180: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 17874360: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 17820860: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 17771220: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 17718780: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 17660840: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 17639680: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 17512600: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 17485180: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 17424580: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 17342680: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 17286480: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 17203980: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 13203960: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 13114460: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 13075700: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 12984400: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 12932740: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 12506840: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 12413940: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 12220240: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 12181640: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 12077100: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 11974540: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 11812340: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 11691540: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 11522180: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 9903520: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 9817980: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 9645880: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 9435120: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 9348980: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 9140260: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 9114600: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 9075340: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 8467920: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 8339040: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 8225520: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 8030740: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 7895520: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 7871340: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 7597140: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 7802300: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 7742660: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 6791780: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 6700260: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 39610960: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 41184540: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 42913660: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 39834200: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 39548080: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 40228740: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 42719720: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 41114820: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 41148200: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 41140660: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 41870480: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 42051320: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 41675100: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 41364540: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 41553560: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 42021120: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 41014240: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 41023040: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 41449640: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 41458560: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 42171860: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 42164440: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 41943860: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 43140620: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 43149420: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 43428680: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 43437480: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 43446400: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 43627240: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 43635920: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 43644500: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 42989860: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 42998660: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 43007600: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 43000060: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 43017180: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 42346060: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 42354980: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 42371960: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 42380760: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 42389700: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 43684640: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 43693560: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 43702380: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 43719500: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 43728420: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 43721000: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 42607500: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 42624620: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 42633440: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 42642360: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 42659340: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 42668260: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 42677080: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 43218480: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 43227280: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 43236080: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 43253200: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 43245660: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 43254460: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 43263380: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 43280380: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 42437220: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 42446140: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 42463140: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 42472080: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 42480880: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 42497860: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 42506780: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 42515600: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 43843440: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 43835900: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 43844700: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 43853620: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 43870620: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 43879540: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 43888460: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 43905460: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 43914380: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 43923180: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 43325780: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 43334720: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 43343520: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 43336100: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 43353200: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 43362000: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 43370940: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 43388060: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 43396860: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 43405660: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 43496520: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 43505320: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 43514240: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 43531240: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 43540180: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 43532640: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 43541440: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 43558540: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 43567340: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 43576280: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 43593280: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 42193180: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 42201980: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 42218980: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 42227920: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 42236720: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 42253700: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 42246280: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 42255080: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 42264020: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 42281020: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 42289940: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 42298740: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 43954140: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 43963060: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 43971860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 43988860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 43997780: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 44006580: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 44023580: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 44016160: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 44024980: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 44033900: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 44050880: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 44059800: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 44068620: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 44085620: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 44094540: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 44103340: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 45414680: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 46005240: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 46833240: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 46825700: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 46867400: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 47498800: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 48294160: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 44329840: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 45338200: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 45387960: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 45642640: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 45913600: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 45955180: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 45783880: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 46456240: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 46448700: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 46506760: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 47113700: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 47163460: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 47385260: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 47648140: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 47706100: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 47919720: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 48190780: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 48510880: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 44292740: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 44326120: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 44359620: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 44352080: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 44664100: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 44697480: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 44968560: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 45034700: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 45313960: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 45347340: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 45438060: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 45471560: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 45488540: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 45661300: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 45727460: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 45720040: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 45565120: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 45901720: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 45935100: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 45968600: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 46067640: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 45756960: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 46249200: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 46315460: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 46389920: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 46431480: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 46555080: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 46547540: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 46589220: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 46630780: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 46746200: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 46787780: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 46092200: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 46174740: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 46904560: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 46938060: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 47061680: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 47103380: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 47095960: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 47137540: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 47252960: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 47302740: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 47377080: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 47459740: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 47534080: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 47575760: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 47699240: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 47740920: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 47782480: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 47897780: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 47890560: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 47932460: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 48099060: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 48737820: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 44311200: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 44684700: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 45013500: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 45362480: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 45551040: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 45713400: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 46305960: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 46678560: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 46835020: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 46884980: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 47094360: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 47604980: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 47795260: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 47839440: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 47881760: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 48005340: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 48030840: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 48048160: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 48090040: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 48107340: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 48116460: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 48158360: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 48167500: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android/index.html"=>Awestruct::Page{ 48246540: output_path=>/solutions/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c/index.html"=>Awestruct::Page{ 48588700: output_path=>/solutions/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker/index.html"=>Awestruct::Page{ 45233940: output_path=>/solutions/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded/index.html"=>Awestruct::Page{ 52110100: output_path=>/solutions/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github/index.html"=>Awestruct::Page{ 52849400: output_path=>/solutions/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java/index.html"=>Awestruct::Page{ 53885360: output_path=>/solutions/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline/index.html"=>Awestruct::Page{ 55546600: output_path=>/solutions/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python/index.html"=>Awestruct::Page{ 56966120: output_path=>/solutions/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby/index.html"=>Awestruct::Page{ 58097200: output_path=>/solutions/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 63829940: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 65419060: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "sitemap.xml"=>Awestruct::Page{ 58466920: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html"=>Awestruct::Page{ 25599400: output_path=>/node/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/2.html"=>Awestruct::Page{ 25237740: output_path=>/node/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/3.html"=>Awestruct::Page{ 24527780: output_path=>/node/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/4.html"=>Awestruct::Page{ 23912160: output_path=>/node/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/5.html"=>Awestruct::Page{ 19055080: output_path=>/node/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/6.html"=>Awestruct::Page{ 19145860: output_path=>/node/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/7.html"=>Awestruct::Page{ 18415880: output_path=>/node/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/8.html"=>Awestruct::Page{ 18034980: output_path=>/node/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/9.html"=>Awestruct::Page{ 17304940: output_path=>/node/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/10.html"=>Awestruct::Page{ 12797240: output_path=>/node/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/11.html"=>Awestruct::Page{ 9899200: output_path=>/node/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/12.html"=>Awestruct::Page{ 7878340: output_path=>/node/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/13.html"=>Awestruct::Page{ 53515900: output_path=>/node/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/14.html"=>Awestruct::Page{ 47419820: output_path=>/node/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/15.html"=>Awestruct::Page{ 46435560: output_path=>/node/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/16.html"=>Awestruct::Page{ 47237160: output_path=>/node/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/17.html"=>Awestruct::Page{ 46875460: output_path=>/node/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/18.html"=>Awestruct::Page{ 55369280: output_path=>/node/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/19.html"=>Awestruct::Page{ 42307460: output_path=>/node/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/20.html"=>Awestruct::Page{ 44983680: output_path=>/node/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/21.html"=>Awestruct::Page{ 55704300: output_path=>/node/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/22.html"=>Awestruct::Page{ 45921440: output_path=>/node/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/23.html"=>Awestruct::Page{ 45461160: output_path=>/node/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/24.html"=>Awestruct::Page{ 57551000: output_path=>/node/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/25.html"=>Awestruct::Page{ 46178920: output_path=>/node/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/26.html"=>Awestruct::Page{ 42245100: output_path=>/node/page/26.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/27.html"=>Awestruct::Page{ 67310980: output_path=>/node/page/27.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/28.html"=>Awestruct::Page{ 66423920: output_path=>/node/page/28.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/29.html"=>Awestruct::Page{ 56277660: output_path=>/node/page/29.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/30.html"=>Awestruct::Page{ 44804280: output_path=>/node/page/30.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/31.html"=>Awestruct::Page{ 47527640: output_path=>/node/page/31.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/32.html"=>Awestruct::Page{ 46408900: output_path=>/node/page/32.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/33.html"=>Awestruct::Page{ 44644000: output_path=>/node/page/33.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/34.html"=>Awestruct::Page{ 66185700: output_path=>/node/page/34.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/35.html"=>Awestruct::Page{ 57335100: output_path=>/node/page/35.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/36.html"=>Awestruct::Page{ 44659820: output_path=>/node/page/36.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/37.html"=>Awestruct::Page{ 65793040: output_path=>/node/page/37.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/38.html"=>Awestruct::Page{ 48530420: output_path=>/node/page/38.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/39.html"=>Awestruct::Page{ 67066680: output_path=>/node/page/39.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/40.html"=>Awestruct::Page{ 67531360: output_path=>/node/page/40.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/41.html"=>Awestruct::Page{ 65022300: output_path=>/node/page/41.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/42.html"=>Awestruct::Page{ 52289320: output_path=>/node/page/42.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/43.html"=>Awestruct::Page{ 47158460: output_path=>/node/page/43.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/44.html"=>Awestruct::Page{ 45280020: output_path=>/node/page/44.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/45.html"=>Awestruct::Page{ 64110760: output_path=>/node/page/45.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/46.html"=>Awestruct::Page{ 55203540: output_path=>/node/page/46.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/47.html"=>Awestruct::Page{ 48770340: output_path=>/node/page/47.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/48.html"=>Awestruct::Page{ 46023500: output_path=>/node/page/48.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/49.html"=>Awestruct::Page{ 64919900: output_path=>/node/page/49.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/50.html"=>Awestruct::Page{ 45977400: output_path=>/node/page/50.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/51.html"=>Awestruct::Page{ 48367000: output_path=>/node/page/51.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/52.html"=>Awestruct::Page{ 58145660: output_path=>/node/page/52.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/53.html"=>Awestruct::Page{ 45633860: output_path=>/node/page/53.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/54.html"=>Awestruct::Page{ 55986000: output_path=>/node/page/54.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/55.html"=>Awestruct::Page{ 46800100: output_path=>/node/page/55.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/56.html"=>Awestruct::Page{ 64238180: output_path=>/node/page/56.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/57.html"=>Awestruct::Page{ 52512760: output_path=>/node/page/57.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/58.html"=>Awestruct::Page{ 44080600: output_path=>/node/page/58.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/rss.xml"=>Awestruct::Page{ 57837640: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/node/tags/blueocean/index.html"=>Awestruct::Page{ 55532600: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/index.html"=>Awestruct::Page{ 54879640: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/2.html"=>Awestruct::Page{ 54272060: output_path=>/node/tags/pipeline/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/3.html"=>Awestruct::Page{ 53685040: output_path=>/node/tags/pipeline/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/4.html"=>Awestruct::Page{ 53041540: output_path=>/node/tags/pipeline/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/5.html"=>Awestruct::Page{ 52774340: output_path=>/node/tags/pipeline/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/freestyle/index.html"=>Awestruct::Page{ 52182180: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/index.html"=>Awestruct::Page{ 48558740: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/2.html"=>Awestruct::Page{ 46657000: output_path=>/node/tags/plugins/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/3.html"=>Awestruct::Page{ 44612240: output_path=>/node/tags/plugins/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/4.html"=>Awestruct::Page{ 68036400: output_path=>/node/tags/plugins/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/5.html"=>Awestruct::Page{ 67463880: output_path=>/node/tags/plugins/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/6.html"=>Awestruct::Page{ 66916840: output_path=>/node/tags/plugins/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/conditional-build-step/index.html"=>Awestruct::Page{ 66107860: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/index.html"=>Awestruct::Page{ 65587960: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/2.html"=>Awestruct::Page{ 64962900: output_path=>/node/tags/development/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/3.html"=>Awestruct::Page{ 64345980: output_path=>/node/tags/development/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/4.html"=>Awestruct::Page{ 63921560: output_path=>/node/tags/development/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/5.html"=>Awestruct::Page{ 63365900: output_path=>/node/tags/development/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/6.html"=>Awestruct::Page{ 63169080: output_path=>/node/tags/development/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/7.html"=>Awestruct::Page{ 63013500: output_path=>/node/tags/development/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/java8/index.html"=>Awestruct::Page{ 62804780: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/upgrade/index.html"=>Awestruct::Page{ 62619220: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/index.html"=>Awestruct::Page{ 62442080: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/2.html"=>Awestruct::Page{ 62266760: output_path=>/node/tags/event/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/3.html"=>Awestruct::Page{ 62119300: output_path=>/node/tags/event/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/index.html"=>Awestruct::Page{ 61935500: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/page/2.html"=>Awestruct::Page{ 61742620: output_path=>/node/tags/jenkinsworld/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/index.html"=>Awestruct::Page{ 61581580: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/2.html"=>Awestruct::Page{ 61396140: output_path=>/node/tags/core/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/3.html"=>Awestruct::Page{ 61240620: output_path=>/node/tags/core/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/4.html"=>Awestruct::Page{ 61076700: output_path=>/node/tags/core/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/5.html"=>Awestruct::Page{ 60922160: output_path=>/node/tags/core/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/6.html"=>Awestruct::Page{ 60774540: output_path=>/node/tags/core/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/7.html"=>Awestruct::Page{ 60602320: output_path=>/node/tags/core/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/8.html"=>Awestruct::Page{ 60439000: output_path=>/node/tags/core/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/9.html"=>Awestruct::Page{ 60267620: output_path=>/node/tags/core/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/security/index.html"=>Awestruct::Page{ 60048280: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lifx/index.html"=>Awestruct::Page{ 59868040: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/index.html"=>Awestruct::Page{ 59682000: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/page/2.html"=>Awestruct::Page{ 59505220: output_path=>/node/tags/jam/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/index.html"=>Awestruct::Page{ 59222020: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/page/2.html"=>Awestruct::Page{ 59037120: output_path=>/node/tags/jenkins2/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/azure/index.html"=>Awestruct::Page{ 58865860: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/index.html"=>Awestruct::Page{ 58449600: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/page/2.html"=>Awestruct::Page{ 58029600: output_path=>/node/tags/gsoc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/continuousdelivery/index.html"=>Awestruct::Page{ 57404140: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppet/index.html"=>Awestruct::Page{ 56769820: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppetenterprise/index.html"=>Awestruct::Page{ 56120560: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/index.html"=>Awestruct::Page{ 55479180: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/2.html"=>Awestruct::Page{ 54748280: output_path=>/node/tags/meetup/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/3.html"=>Awestruct::Page{ 53939640: output_path=>/node/tags/meetup/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/4.html"=>Awestruct::Page{ 52599100: output_path=>/node/tags/meetup/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/5.html"=>Awestruct::Page{ 44819040: output_path=>/node/tags/meetup/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/6.html"=>Awestruct::Page{ 47567320: output_path=>/node/tags/meetup/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/7.html"=>Awestruct::Page{ 45318420: output_path=>/node/tags/meetup/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/8.html"=>Awestruct::Page{ 47967620: output_path=>/node/tags/meetup/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/9.html"=>Awestruct::Page{ 45422840: output_path=>/node/tags/meetup/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/10.html"=>Awestruct::Page{ 44778480: output_path=>/node/tags/meetup/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/events/index.html"=>Awestruct::Page{ 43672760: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/statistics/index.html"=>Awestruct::Page{ 29365900: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/performance/index.html"=>Awestruct::Page{ 28965500: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scalability/index.html"=>Awestruct::Page{ 28574380: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/administration/index.html"=>Awestruct::Page{ 28164880: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lts/index.html"=>Awestruct::Page{ 27793480: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JAM/index.html"=>Awestruct::Page{ 27410780: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/xunit/index.html"=>Awestruct::Page{ 26762620: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nightwatch/index.html"=>Awestruct::Page{ 26598380: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/newfeatures/index.html"=>Awestruct::Page{ 26419100: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ux/index.html"=>Awestruct::Page{ 26213120: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins/index.html"=>Awestruct::Page{ 25983200: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JenkinsWorld/index.html"=>Awestruct::Page{ 25756740: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/index.html"=>Awestruct::Page{ 25515620: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/2.html"=>Awestruct::Page{ 24883120: output_path=>/node/tags/tutorial/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/3.html"=>Awestruct::Page{ 24284620: output_path=>/node/tags/tutorial/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/saucelabs/index.html"=>Awestruct::Page{ 19551220: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/selenium/index.html"=>Awestruct::Page{ 19012900: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/external-workspace-manager/index.html"=>Awestruct::Page{ 18464880: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ruby/index.html"=>Awestruct::Page{ 18037100: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/rails/index.html"=>Awestruct::Page{ 17203420: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/brakeman/index.html"=>Awestruct::Page{ 12485200: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javascript/index.html"=>Awestruct::Page{ 9110220: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nodejs/index.html"=>Awestruct::Page{ 48806940: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins_ru/index.html"=>Awestruct::Page{ 64152820: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/notifications/index.html"=>Awestruct::Page{ 47598680: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/slack/index.html"=>Awestruct::Page{ 46033280: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hipchat/index.html"=>Awestruct::Page{ 48358960: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/emailext/index.html"=>Awestruct::Page{ 53517660: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infra/index.html"=>Awestruct::Page{ 45530860: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugin/index.html"=>Awestruct::Page{ 48791320: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/index.html"=>Awestruct::Page{ 55967320: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/2.html"=>Awestruct::Page{ 44303700: output_path=>/node/tags/general/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/3.html"=>Awestruct::Page{ 64592220: output_path=>/node/tags/general/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/4.html"=>Awestruct::Page{ 55218240: output_path=>/node/tags/general/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/5.html"=>Awestruct::Page{ 64634600: output_path=>/node/tags/general/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/6.html"=>Awestruct::Page{ 54971020: output_path=>/node/tags/general/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/7.html"=>Awestruct::Page{ 48837220: output_path=>/node/tags/general/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/8.html"=>Awestruct::Page{ 47250840: output_path=>/node/tags/general/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/9.html"=>Awestruct::Page{ 46048700: output_path=>/node/tags/general/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/10.html"=>Awestruct::Page{ 48575720: output_path=>/node/tags/general/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/11.html"=>Awestruct::Page{ 64471940: output_path=>/node/tags/general/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/12.html"=>Awestruct::Page{ 55342380: output_path=>/node/tags/general/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/13.html"=>Awestruct::Page{ 47507120: output_path=>/node/tags/general/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/14.html"=>Awestruct::Page{ 68049460: output_path=>/node/tags/general/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/15.html"=>Awestruct::Page{ 48500060: output_path=>/node/tags/general/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/16.html"=>Awestruct::Page{ 54943780: output_path=>/node/tags/general/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/17.html"=>Awestruct::Page{ 57791440: output_path=>/node/tags/general/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/18.html"=>Awestruct::Page{ 57304160: output_path=>/node/tags/general/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/19.html"=>Awestruct::Page{ 48625440: output_path=>/node/tags/general/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/20.html"=>Awestruct::Page{ 46524320: output_path=>/node/tags/general/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/21.html"=>Awestruct::Page{ 67836440: output_path=>/node/tags/general/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/22.html"=>Awestruct::Page{ 57903820: output_path=>/node/tags/general/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/23.html"=>Awestruct::Page{ 53411340: output_path=>/node/tags/general/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/24.html"=>Awestruct::Page{ 56602340: output_path=>/node/tags/general/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/25.html"=>Awestruct::Page{ 45785600: output_path=>/node/tags/general/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dsl/index.html"=>Awestruct::Page{ 57018880: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/support-core/index.html"=>Awestruct::Page{ 66430980: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/usage-statistics/index.html"=>Awestruct::Page{ 46638320: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/aws/index.html"=>Awestruct::Page{ 54625040: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ec2/index.html"=>Awestruct::Page{ 45850460: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/index.html"=>Awestruct::Page{ 56868200: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/2.html"=>Awestruct::Page{ 52248600: output_path=>/node/tags/infrastructure/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/3.html"=>Awestruct::Page{ 48680880: output_path=>/node/tags/infrastructure/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/webapis/index.html"=>Awestruct::Page{ 44726600: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/testing/index.html"=>Awestruct::Page{ 57881400: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/embedded/index.html"=>Awestruct::Page{ 52848040: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/docker/index.html"=>Awestruct::Page{ 48228940: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/certification/index.html"=>Awestruct::Page{ 47793600: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hackergarten/index.html"=>Awestruct::Page{ 46735600: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scale/index.html"=>Awestruct::Page{ 45357180: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins world/index.html"=>Awestruct::Page{ 48420240: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/office hours/index.html"=>Awestruct::Page{ 47253680: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dashboard/index.html"=>Awestruct::Page{ 46387800: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/www/index.html"=>Awestruct::Page{ 45434420: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/index.html"=>Awestruct::Page{ 47650700: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/2.html"=>Awestruct::Page{ 48295660: output_path=>/node/tags/jenkinsci/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/3.html"=>Awestruct::Page{ 44037260: output_path=>/node/tags/jenkinsci/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/4.html"=>Awestruct::Page{ 42269040: output_path=>/node/tags/jenkinsci/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/5.html"=>Awestruct::Page{ 43557020: output_path=>/node/tags/jenkinsci/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/6.html"=>Awestruct::Page{ 43353960: output_path=>/node/tags/jenkinsci/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/7.html"=>Awestruct::Page{ 43838300: output_path=>/node/tags/jenkinsci/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/8.html"=>Awestruct::Page{ 43250560: output_path=>/node/tags/jenkinsci/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/index.html"=>Awestruct::Page{ 42392040: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/2.html"=>Awestruct::Page{ 43437940: output_path=>/node/tags/workflow/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/3.html"=>Awestruct::Page{ 41367240: output_path=>/node/tags/workflow/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/index.html"=>Awestruct::Page{ 67957860: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/page/2.html"=>Awestruct::Page{ 66940320: output_path=>/node/tags/cia/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/index.html"=>Awestruct::Page{ 66075980: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/2.html"=>Awestruct::Page{ 65329660: output_path=>/node/tags/guest post/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/3.html"=>Awestruct::Page{ 64799760: output_path=>/node/tags/guest post/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/index.html"=>Awestruct::Page{ 64186760: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/page/2.html"=>Awestruct::Page{ 63455340: output_path=>/node/tags/video/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/index.html"=>Awestruct::Page{ 58282700: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/2.html"=>Awestruct::Page{ 57529780: output_path=>/node/tags/just for fun/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/3.html"=>Awestruct::Page{ 56972760: output_path=>/node/tags/just for fun/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/4.html"=>Awestruct::Page{ 56367900: output_path=>/node/tags/just for fun/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/5.html"=>Awestruct::Page{ 55886220: output_path=>/node/tags/just for fun/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/index.html"=>Awestruct::Page{ 55051200: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/2.html"=>Awestruct::Page{ 54401680: output_path=>/node/tags/news/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/3.html"=>Awestruct::Page{ 53830220: output_path=>/node/tags/news/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/4.html"=>Awestruct::Page{ 53366180: output_path=>/node/tags/news/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/5.html"=>Awestruct::Page{ 52885500: output_path=>/node/tags/news/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/6.html"=>Awestruct::Page{ 52486520: output_path=>/node/tags/news/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/7.html"=>Awestruct::Page{ 51922360: output_path=>/node/tags/news/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/8.html"=>Awestruct::Page{ 48024720: output_path=>/node/tags/news/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/index.html"=>Awestruct::Page{ 45994240: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/2.html"=>Awestruct::Page{ 46664120: output_path=>/node/tags/releases/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/3.html"=>Awestruct::Page{ 67718700: output_path=>/node/tags/releases/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/index.html"=>Awestruct::Page{ 67029500: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/2.html"=>Awestruct::Page{ 66353560: output_path=>/node/tags/meta/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/3.html"=>Awestruct::Page{ 65845840: output_path=>/node/tags/meta/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/index.html"=>Awestruct::Page{ 65154500: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/2.html"=>Awestruct::Page{ 64672820: output_path=>/node/tags/feedback/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/3.html"=>Awestruct::Page{ 64009460: output_path=>/node/tags/feedback/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/4.html"=>Awestruct::Page{ 63551280: output_path=>/node/tags/feedback/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/5.html"=>Awestruct::Page{ 63215760: output_path=>/node/tags/feedback/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/6.html"=>Awestruct::Page{ 63067220: output_path=>/node/tags/feedback/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/7.html"=>Awestruct::Page{ 62894360: output_path=>/node/tags/feedback/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/screencast/index.html"=>Awestruct::Page{ 62684820: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/index.html"=>Awestruct::Page{ 62511980: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/2.html"=>Awestruct::Page{ 62318520: output_path=>/node/tags/juc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/3.html"=>Awestruct::Page{ 62178740: output_path=>/node/tags/juc/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/4.html"=>Awestruct::Page{ 62005980: output_path=>/node/tags/juc/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/5.html"=>Awestruct::Page{ 61857820: output_path=>/node/tags/juc/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/6.html"=>Awestruct::Page{ 61686060: output_path=>/node/tags/juc/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/interview/index.html"=>Awestruct::Page{ 61479020: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/index.html"=>Awestruct::Page{ 61297860: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/page/2.html"=>Awestruct::Page{ 61112280: output_path=>/node/tags/javaone/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jobs/index.html"=>Awestruct::Page{ 60940480: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/index.html"=>Awestruct::Page{ 60767940: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/page/2.html"=>Awestruct::Page{ 60574680: output_path=>/node/tags/links/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/index.html"=>Awestruct::Page{ 60393940: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/page/2.html"=>Awestruct::Page{ 60200280: output_path=>/node/tags/mailing list/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jruby/index.html"=>Awestruct::Page{ 60029160: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/s/android/index.html"=>Awestruct::Page{ 54900820: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/s/c/index.html"=>Awestruct::Page{ 47003220: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/s/docker/index.html"=>Awestruct::Page{ 66169900: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/s/embedded/index.html"=>Awestruct::Page{ 67665240: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/s/github/index.html"=>Awestruct::Page{ 45698360: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/s/java/index.html"=>Awestruct::Page{ 55222220: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/s/pipeline/index.html"=>Awestruct::Page{ 58815520: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/s/python/index.html"=>Awestruct::Page{ 52442080: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/s/ruby/index.html"=>Awestruct::Page{ 47394120: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }}>} - The environment variable that is set on the master or slave.
Type: String
userName
-
password
-
cloakedPaths (optional)
-
Paths that are cloaked will not be pulled into the local workspace during a GET
from the TFVC repository.
Check-ins that contain files only in cloaked folders (in other words, fully cloaked)
will not trigger a build,
whereas a check-in containing any path that isn’t cloaked will trigger a build.
For example, suppose the Project path is $/Example/project/path,
and the repository contains the following subfolders:
$/Example/project/path/A
$/Example/project/path/A/1
$/Example/project/path/A/2
$/Example/project/path/B
$/Example/project/path/C
Now, suppose the following paths were entered as Cloaked Paths:
$/Example/project/path/A/2
$/Example/project/path/B
…then the resulting workspace on the Jenkins server would only have the following folders:
$/Example/project/path/A
$/Example/project/path/A/1
$/Example/project/path/C
To continue with the example,
the following check-in will not trigger a build,
because it only contains changes under cloaked paths:
$/Example/project/path/A/2/alpha.txt
$/Example/project/path/A/2/second.txt
$/Example/project/path/B/bravo.txt
…whereas this check-in will trigger a build,
because it contains at least one path that isn’t cloaked:
$/Example/project/path/A/1/first.txt
$/Example/project/path/A/2/second.txt
$/Example/project/path/B/bravo.txt
Type: String
credentialsConfigurer (optional)
-
NEW since 5.1.0: Credentials for team project collections can now be configured once instead of once per job.
Credentials will be looked up in the global configuration based on the Collection URL. Make sure you have added your credentials at Jenkins > Manage Jenkins > Configure Credentials and then add Team Project Collections that are linked to their corresponding credentials at Jenkins > Manage Jenkins > Configure System.
Consult the Global Configuration section in README.md for a walkthrough.
Credentials are specified in the job. This is the legacy behavior.
Nested Choice of Objects
+$class: 'AutomaticCredentialsConfigurer'+
+$class: 'ManualCredentialsConfigurer'+
+userName+::::
The name of the user that will be connecting to TFS/Team Services to query history, checkout files, etc.
Team Foundation Server (on-premises)
For [on-premises] Team Foundation Server, the user name can be specified in two ways:
Visual Studio Team Services (previously known as Visual Studio Online)
For Team Services, there are also two options:
Personal access tokens (recommended)
In Team Services, click your name in the top right corner and select Security.
In the Personal access tokens area, select Add.
Describe the token (use something like "Jenkins server at jenkins.example.com"), select an expiry timeframe, double-check the Team Services account the token will be valid for and, until the corresponding defect in Team Services is fixed, select All scopes.
Click [Create Token] and copy the generated personal access token to the clipboard.
Back to Jenkins, enter the e-mail address associated with your Team Services account as the User name and the generated personal access token as the User password.
In Team Services, click your name in the top right corner and select Security.
In the Alternate credentials area, select Enable alternate authentication credentials.
Enter a secondary user name and password, then click [Save].
Back to Jenkins, re-enter those credentials in the User name and User password fields.
Type: String
password
-
localPath (optional)
-
The folder where all files will be retrieved into. The folder name is a relative path, under
the workspace of the current job.
The default setting is to retrieve the files into the workspace (ie. the workfolder is ".".
Type: String
Unity Asset Server Trigger
Starts a build when a change is detected on the unity asset server.
Configure the Postgres database with the right connection settings and the plugin will search for changes on
the server with the interval of the Crontab.
Example, if the trigger start each hour based on the crontab schedule, it will search for changes in the last hour.
Plugin developed by Marcelo Adriano Brunken
BigPoint GmbH
Germany
databaseUrl
-
Configure the Database IP Adress or Server name
Example: 127.0.0.1
Type: String
databasePort
-
Configure the Postgres Database port, default value is 10733
Type: int
instance
-
Configure the Database instance
Example: production-db
Type: String
user
-
Configure the Database User
Example: Admin
Type: String
password
-
Configure the Database User Password
Example:
LOL
*Type: String
$class: VaultSCM
serverName:::
+
Specify the hostname or IP address of the vault server.
Type: String
path
-
userName
-
password
-
repositoryName
-
vaultName
-
sslEnabled
-
useNonWorkingFolder
-
merge
-
fileTime
-
makeWritableEnabled
-
verboseEnabled
-
changelog (optional)
-
poll (optional)
-